FCCFloatingActionItem constructor
const
FCCFloatingActionItem({
- required IconData icon,
- required VoidCallback onTap,
- Color? backgroundColor,
- Color? iconColor,
- String? label,
Implementation
const FCCFloatingActionItem({
required this.icon,
required this.onTap,
this.backgroundColor,
this.iconColor,
this.label,
});