menu
fluttery_framework package
documentation
view.dart
Value<T>
Value constructor
Value constructor
dark_mode
light_mode
Value<
T
>
constructor
Value<
T
>
(
T
val
)
Implementation
Value(T val) { _value = val; _fillEmptyStatus(); }
fluttery_framework package
documentation
view
Value<T>
Value constructor
Value class