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