mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
utxo details title
This commit is contained in:
parent
57b01fbf25
commit
6cd649a195
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@ class _UtxoDetailsViewState extends ConsumerState<UtxoDetailsView> {
|
|||
Navigator.of(context).pop(_popWithRefresh ? "refresh" : null);
|
||||
},
|
||||
),
|
||||
title: Text(
|
||||
"Output details",
|
||||
style: STextStyles.navBarTitle(context),
|
||||
),
|
||||
),
|
||||
body: SafeArea(
|
||||
child: LayoutBuilder(
|
||||
|
|
Loading…
Reference in a new issue