FAB.primary constructor
const
FAB.primary({})
Primary FAB
Implementation
const FAB.primary({
required this.icon,
this.label,
this.onPressed,
this.size = FABSize.regular,
this.disabled = false,
this.position = FABPosition.bottomRight,
this.tooltip,
super.key,
}) : style = FABStyle.primary;