menu
truesight_flutter package
documentation
widgets/go_back_button.dart
GoBackButton
GoBackButton const constructor
GoBackButton const constructor
dark_mode
light_mode
GoBackButton
constructor
const
GoBackButton
(
{
Key
?
key
,
Color
?
color
,
double
?
size
,
FutureOr
<
void
>
onGoBack
(
BuildContext
)?,
})
Implementation
const GoBackButton({ super.key, this.color, this.size, this.onGoBack, });
truesight_flutter package
documentation
widgets/go_back_button
GoBackButton
GoBackButton const constructor
GoBackButton class