updateDependentValues method

  1. @protected
  2. @protected
  3. @mustCallSuper
void updateDependentValues(
  1. covariant WidgetType? oldWidget
)

Implementation

@protected
@protected
@mustCallSuper
void updateDependentValues(covariant WidgetType? oldWidget) {
  style = widget.getStyle(context);
  theme = AntdTheme.of(context);
  token = AntdTheme.ofToken(context);
}