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