menu
flutter_awesome_buttons package
documentation
flutter_awesome_buttons.dart
WarningButton
WarningButton const constructor
WarningButton const constructor
dark_mode
light_mode
WarningButton
constructor
const
WarningButton
(
{
Key
?
key
,
required
String
title
,
required
Function
onPressed
,
})
Implementation
const WarningButton({Key? key, required this.title, required this.onPressed}) : super(key: key);
flutter_awesome_buttons package
documentation
flutter_awesome_buttons
WarningButton
WarningButton const constructor
WarningButton class