menu
messenger
ui/page/home/page/chat/widget/back_button.dart
StyledBackButton
StyledBackButton const constructor
StyledBackButton
dark_mode
light_mode
StyledBackButton
constructor
const
StyledBackButton
(
{
Key
?
key
,
void
onPressed
()?,
bool
withLabel
=
false
,
})
Implementation
const StyledBackButton({super.key, this.onPressed, this.withLabel = false});
messenger
back_button
StyledBackButton
StyledBackButton const constructor
StyledBackButton class