menu
flutter_components package
documentation
Buttons/Module/BoostrapButtons/secondary_button.dart
SecondaryButton
SecondaryButton.new const constructor
SecondaryButton.new const constructor
dark_mode
light_mode
SecondaryButton
constructor
const
SecondaryButton
(
{
Key
?
key
,
required
String
title
,
required
Function
onPressed
,
})
Implementation
const SecondaryButton( {Key? key, required this.title, required this.onPressed}) : super(key: key);
flutter_components package
documentation
Buttons/Module/BoostrapButtons/secondary_button
SecondaryButton
SecondaryButton.new const constructor
SecondaryButton class