theme property

  1. @protected
T theme
final

Instance of requested ControlTheme. Override themeScope to receive correct ThemeData.

Custom ControlTheme builder can be set during ControlRoot initialization.

Implementation

@protected
final T theme = Control.init<ControlTheme>() as T;