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