Formatting fix
This commit is contained in:
parent
d4d27751eb
commit
8050060b7e
@ -63,7 +63,9 @@ class _CollectionScreenState extends State<CollectionScreen> with GetItStateMixi
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(crossAxisAlignment: CrossAxisAlignment.stretch, children: [
|
child: Column(
|
||||||
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
|
children: [
|
||||||
AppHeader(title: $strings.collectionTitleCollection, isTransparent: true),
|
AppHeader(title: $strings.collectionTitleCollection, isTransparent: true),
|
||||||
_NewlyDiscoveredItemsBtn(count: discovered, onPressed: _scrollToTarget),
|
_NewlyDiscoveredItemsBtn(count: discovered, onPressed: _scrollToTarget),
|
||||||
Flexible(
|
Flexible(
|
||||||
@ -73,7 +75,8 @@ class _CollectionScreenState extends State<CollectionScreen> with GetItStateMixi
|
|||||||
onReset: discovered + explored > 0 ? _handleReset : null,
|
onReset: discovered + explored > 0 ? _handleReset : null,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
]),
|
],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
_CollectionFooter(count: discovered + explored, total: total),
|
_CollectionFooter(count: discovered + explored, total: total),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user