FloatingButtonProps constructor
const
FloatingButtonProps({
- String? label,
- IconData? icon,
- Widget? customIcon,
- dynamic action()?,
- BoxDecoration? labelDecoration,
Implementation
const FloatingButtonProps({this.label, this.icon, this.customIcon, this.action, this.labelDecoration});