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