chore: style grid
This commit is contained in:
@@ -3,6 +3,10 @@ import 'package:flutter/material.dart';
|
||||
/// Log messages stored in the DB
|
||||
const int kLogMessageLimit = 500;
|
||||
|
||||
/// RenderList constants
|
||||
const int kRenderListBatchSize = 512;
|
||||
const int kRenderListOppositeBatchSize = 128;
|
||||
|
||||
/// Chunked asset sync size
|
||||
const int kFullSyncChunkSize = 10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user