menu
puma_ui package
documentation
ui/pages/theming/ThemingButton.dart
ThemingButton
ThemingButton constructor
ThemingButton constructor
dark_mode
light_mode
ThemingButton
constructor
ThemingButton
(
{
Key
?
key
,
String
title
=
""
,
})
Implementation
ThemingButton({ Key? key, this.title = "", }) : super(key: key);
puma_ui package
documentation
ui/pages/theming/ThemingButton
ThemingButton
ThemingButton constructor
ThemingButton class