menu
ace_chart package
documentation
controllers/ace_controller.dart
AceController<T>
attach method
attach method
dark_mode
light_mode
attach
method
void
attach
(
AceState
<
AceWidget
,
dynamic
>
s
)
Implementation
void attach(AceState s) { _mState ??= s; }
ace_chart package
documentation
controllers/ace_controller
AceController<T>
attach method
AceController class