theming property

Implementation

ThemingPublicCapabilities_ThemingBuilder get theming =>
    _$this._theming ??= ThemingPublicCapabilities_ThemingBuilder();
void theming=(covariant ThemingPublicCapabilities_ThemingBuilder? theming)
covariantoverride

Implementation

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