menu
burakbasci_widgets package
documentation
widgets/buttons/go_back_button.dart
GoBackButton
GoBackButton.new const constructor
GoBackButton.new const constructor
dark_mode
light_mode
GoBackButton
constructor
const
GoBackButton
(
{
required
String
title
,
required
void
function
(),
Key
?
key
,
})
Implementation
const GoBackButton({ required this.title, required this.function, super.key, });
burakbasci_widgets package
documentation
widgets/buttons/go_back_button
GoBackButton
GoBackButton.new const constructor
GoBackButton class