menu
wallet_kit package
documentation
ui/top_bar.dart
TopBar
TopBar.new const constructor
TopBar.new const constructor
dark_mode
light_mode
TopBar
constructor
const
TopBar
(
{
Key
?
key
,
String
?
title
,
bool
withBackButton
=
false
,
Widget
?
rightButton
,
})
Implementation
const TopBar({ super.key, this.title, this.withBackButton = false, this.rightButton, });
wallet_kit package
documentation
ui/top_bar
TopBar
TopBar.new const constructor
TopBar class