Formatting fix
This commit is contained in:
parent
d4d27751eb
commit
8050060b7e
@ -63,17 +63,20 @@ class _CollectionScreenState extends State<CollectionScreen> with GetItStateMixi
|
|||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(crossAxisAlignment: CrossAxisAlignment.stretch, children: [
|
child: Column(
|
||||||
AppHeader(title: $strings.collectionTitleCollection, isTransparent: true),
|
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||||
_NewlyDiscoveredItemsBtn(count: discovered, onPressed: _scrollToTarget),
|
children: [
|
||||||
Flexible(
|
AppHeader(title: $strings.collectionTitleCollection, isTransparent: true),
|
||||||
child: _CollectionList(
|
_NewlyDiscoveredItemsBtn(count: discovered, onPressed: _scrollToTarget),
|
||||||
fromId: widget.fromId,
|
Flexible(
|
||||||
scrollKey: _scrollKey,
|
child: _CollectionList(
|
||||||
onReset: discovered + explored > 0 ? _handleReset : null,
|
fromId: widget.fromId,
|
||||||
|
scrollKey: _scrollKey,
|
||||||
|
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