comTheme property

ComTheme get comTheme

Implementation

ComTheme get comTheme =>
    Theme.of(this).extension<ComTheme>() ?? ComTheme.light();