menu
cell_flow package
documentation
cell_flow.dart
SyncBox<T>
SyncBox.new constructor
SyncBox.new constructor
dark_mode
light_mode
SyncBox<
T
>
constructor
SyncBox<
T
>
(
Box
<
T
>
_box
)
Creates a
SyncBox
that acts as a synchronized proxy for the given
_box
.
Implementation
SyncBox(this._box);
cell_flow package
documentation
cell_flow
SyncBox<T>
SyncBox.new constructor
SyncBox class