menu
reclaim_flutter_sdk package
documentation
widgets/action_button.dart
ActionButton
ActionButton.new const constructor
ActionButton.new const constructor
dark_mode
light_mode
ActionButton
constructor
const
ActionButton
(
{
Key
?
key
,
required
void
onPressed
(),
required
Widget
child
,
})
Implementation
const ActionButton({ super.key, required this.onPressed, required this.child, });
reclaim_flutter_sdk package
documentation
widgets/action_button
ActionButton
ActionButton.new const constructor
ActionButton class