mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-06 06:03:48 +08:00
fix: UI
This commit is contained in:
parent
d257663b27
commit
4679d559d9
@ -83,6 +83,7 @@ class NavUI extends HookConsumerWidget {
|
|||||||
crossAxisSpacing: 12,
|
crossAxisSpacing: 12,
|
||||||
itemCount: data.items!.length,
|
itemCount: data.items!.length,
|
||||||
padding: EdgeInsets.only(left: 12, right: 12, bottom: 12),
|
padding: EdgeInsets.only(left: 12, right: 12, bottom: 12),
|
||||||
|
cacheExtent: 500,
|
||||||
itemBuilder: (BuildContext context, int index) {
|
itemBuilder: (BuildContext context, int index) {
|
||||||
const itemHeight = 160.0;
|
const itemHeight = 160.0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user