context property

BuildContext context

Implementation

BuildContext get context {
  if (_ctx != null) return _ctx!;
  throw 'AM_State: the [AmStateWidget] is not initialized for this controller [${this.runtimeType}]';
}