menu
theming package
documentation
widget/button/custom_button_back_widget.dart
CustomButtonBackWiget
CustomButtonBackWiget const constructor
CustomButtonBackWiget const constructor
dark_mode
light_mode
CustomButtonBackWiget
constructor
const
CustomButtonBackWiget
(
{
Key
?
key
,
double
?
opacity
,
Color
?
color
,
})
Implementation
const CustomButtonBackWiget({Key? key, this.opacity, this.color}) : super(key: key);
theming package
documentation
widget/button/custom_button_back_widget
CustomButtonBackWiget
CustomButtonBackWiget const constructor
CustomButtonBackWiget class