menu
scouting_app_2024
blobs\extended_fab_blob.dart
ActionButton
ActionButton const constructor
ActionButton
brightness_4
brightness_5
ActionButton
constructor
const
ActionButton
(
{
Key
?
key
,
void
onPressed
(
)?,
required
Widget
icon
}
)
Implementation
const ActionButton({ super.key, this.onPressed, required this.icon, });
scouting_app_2024
extended_fab_blob
ActionButton
ActionButton const constructor
ActionButton class