menu
rust_core package
documentation
cell.dart
NullableLazyCell<T>
NullableLazyCell constructor
NullableLazyCell constructor
dark_mode
light_mode
NullableLazyCell<
T
>
constructor
NullableLazyCell<
T
>
(
T
_func
()
)
Implementation
NullableLazyCell(this._func);
rust_core package
documentation
cell
NullableLazyCell<T>
NullableLazyCell constructor
NullableLazyCell class