menu
coderx package
documentation
core/coder_computed.dart
CoderComputed<T>
value property
value property
dark_mode
light_mode
value
property
T
get
value
Gets the current computed value.
Implementation
T get value => _value;
coderx package
documentation
core/coder_computed
CoderComputed<T>
value property
CoderComputed class