customPopupTheme property

CustomPopupTheme get customPopupTheme

Implementation

CustomPopupTheme get customPopupTheme =>
    Theme.of(this).extension<CustomPopupTheme>() ??
    CustomPopupTheme.fallback();