fix: continuing error managment and documentation
This commit is contained in:
parent
59e1c2558c
commit
dad000a1b9
24 changed files with 389 additions and 182 deletions
|
|
@ -30,7 +30,7 @@ class _BalEndedScreenState extends State<BalEndedScreen>
|
|||
return Scaffold(
|
||||
bottomNavigationBar: AppNavigationBar(startIndex: 0),
|
||||
appBar: AppBar(
|
||||
title: Text(widget.viewModel.bal!.name),
|
||||
title: Text(widget.viewModel.selectedBal!.name),
|
||||
bottom: TabBar(
|
||||
controller: tabController,
|
||||
tabs: [
|
||||
|
|
|
|||
Reference in a new issue