menu
floxy_style package
documentation
button/warning_button.dart
WarningButton
WarningButton const constructor
WarningButton const constructor
dark_mode
light_mode
WarningButton
constructor
const
WarningButton
(
{
Key
?
key
,
required
Widget
widget
,
required
dynamic
pressed
()?,
})
Implementation
const WarningButton({Key? key, required this.widget, required this.pressed}) : super(key: key);
floxy_style package
documentation
button/warning_button
WarningButton
WarningButton const constructor
WarningButton class