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