theming property
Implementation
ThemingPublicCapabilities_ThemingBuilder get theming =>
_$this._theming ??= ThemingPublicCapabilities_ThemingBuilder();
Implementation
set theming(covariant ThemingPublicCapabilities_ThemingBuilder? theming) => _$this._theming = theming;