menu
rust_core package
documentation
cell.dart
ConstCell<T>
ConstCell const constructor
ConstCell const constructor
dark_mode
light_mode
ConstCell<
T
>
constructor
const
ConstCell<
T
>
(
T
_val
)
Implementation
const ConstCell(this._val);
rust_core package
documentation
cell
ConstCell<T>
ConstCell const constructor
ConstCell class