RoundFloatingButton constructor
const
RoundFloatingButton({ - Key? key,
- required SvgData icon,
- Offset? offset,
- void onPressed()?,
- String? text,
- bool showText = true,
- Color? color,
- String? hint,
- bool minified = false,
- BoxBorder? border,
- Widget builder(
- BuildContext context,
- Widget child
) = _defaultBuilder,
})
Implementation
const RoundFloatingButton({
super.key,
required this.icon,
this.offset,
this.onPressed,
this.text,
this.showText = true,
this.color,
this.hint,
this.minified = false,
this.border,
this.builder = _defaultBuilder,
});