menu
rust_core package
documentation
cell.dart
Cell<T>
Cell constructor
Cell constructor
dark_mode
light_mode
Cell<
T
>
constructor
Cell<
T
>
(
T
val
)
Implementation
Cell(T val) : _val = val;
rust_core package
documentation
cell
Cell<T>
Cell constructor
Cell class