not growable

This commit is contained in:
mertalev 2025-08-01 13:27:56 -04:00
parent a2e5652d19
commit 11dc8ffb17
No known key found for this signature in database
GPG Key ID: DF6ABC77AAD98C95

View File

@ -140,7 +140,7 @@ class _FixedSegmentRow extends ConsumerWidget {
segmentIndex: 0, // For simplicity, using 0 for now
child: _AssetTileWidget(asset: assets?[i], assetIndex: curAssetIndex),
);
}),
}, growable: false),
);
}
}