menu
cowpay package
documentation
ui_components/src/ui_components/back_button_view.dart
BackButtonView
BackButtonView const constructor
BackButtonView const constructor
dark_mode
light_mode
BackButtonView
constructor
const
BackButtonView
(
{
Function
?
onTap
,
Key
?
key
,
})
Implementation
const BackButtonView({this.onTap, Key? key}) : super(key: key);
cowpay package
documentation
ui_components/src/ui_components/back_button_view
BackButtonView
BackButtonView const constructor
BackButtonView class