RoundFloatingButton constructor
const
RoundFloatingButton({ - Key? key,
- SvgData? icon,
- Offset? offset,
- String? asset,
- double assetWidth = 60,
- void onPressed()?,
- String? text,
- bool showText = true,
- Color? color,
- String? hint,
- bool withBlur = false,
- bool minified = false,
- BoxBorder? border,
- Widget? child,
})
Implementation
const RoundFloatingButton({
super.key,
this.icon,
this.offset,
this.asset,
this.assetWidth = 60,
this.onPressed,
this.text,
this.showText = true,
this.color,
this.hint,
this.withBlur = false,
this.minified = false,
this.border,
this.child,
});