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