menu
catchimagebox package
documentation
box/box.dart
MyBox<T>
MyBox constructor
MyBox constructor
dark_mode
light_mode
MyBox<
T
>
constructor
MyBox<
T
>
(
Store
store
)
Implementation
MyBox(Store store) { box = Box<T>(store); }
catchimagebox package
documentation
box/box
MyBox<T>
MyBox constructor
MyBox class