FabTextBase constructor
Creates a FabTextBase button.
Implementation
const FabTextBase({
super.key,
this.label,
this.icon,
this.color,
this.heroTag,
required this.onPressed,
});
Creates a FabTextBase button.
const FabTextBase({
super.key,
this.label,
this.icon,
this.color,
this.heroTag,
required this.onPressed,
});