maxCacheAge constant
Duration
const maxCacheAge
Maximum cache age before images are re-downloaded.
Implementation
static const Duration maxCacheAge = Duration(days: 7);
Maximum cache age before images are re-downloaded.
static const Duration maxCacheAge = Duration(days: 7);