menu
scaffold package
documentation
package_get_storage.dart
ValueStorage<T>
ValueStorage.new constructor
ValueStorage.new constructor
dark_mode
light_mode
ValueStorage<
T
>
constructor
ValueStorage<
T
>
(
T
value
)
Implementation
ValueStorage(T value) : this._value = Value(value);
scaffold package
documentation
package_get_storage
ValueStorage<T>
ValueStorage.new constructor
ValueStorage class