databaseMaxSize property Null safety
final
Sets a strict upper size limit on each underlying database individually (of which there are multiple)
Prefer to set a limit on the number of tiles instead, using FMTCTileProviderSettings.maxStoreLength.
Setting this value too low may cause errors. Setting this value too high and not limiting the number of tiles may result in slower operations and a negative user experience: a large, unknown file may be deleted by a user, causing significant data loss.
Defaults to 3GiB (3072MiB).
Implementation
final int databaseMaxSize;