attach method

void attach(
  1. AceState<AceWidget, dynamic> s
)

Implementation

void attach(AceState s) {
  _mState ??= s;
}