m3e property

M3ETheme get m3e

Implementation

M3ETheme get m3e =>
    Theme.of(this).extension<M3ETheme>() ?? M3ETheme.defaults(Theme.of(this).colorScheme);