menu
ids_material_sdk package
documentation
ui/widget/theme.dart
AppButton
AppButton.new const constructor
AppButton.new const constructor
dark_mode
light_mode
AppButton
constructor
const
AppButton
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const AppButton({Key? key, required this.title}) : super(key: key);
ids_material_sdk package
documentation
ui/widget/theme
AppButton
AppButton.new const constructor
AppButton class