animatorContext property

  1. @protected
AntdAnimatedContext<WidgetType, StateType> animatorContext
latefinal

Implementation

@protected
late final AntdAnimatedContext<WidgetType, StateType> animatorContext =
    AntdAnimatedContext(widget: widget, state: getState(), context: context);