CacheStorageDate constructor
const
CacheStorageDate({})
Implementation
const CacheStorageDate({
Key? key,
required this.initialValue,
required this.onUpdate,
required this.pageStyle,
}) : super(key: key);
const CacheStorageDate({
Key? key,
required this.initialValue,
required this.onUpdate,
required this.pageStyle,
}) : super(key: key);