customPopupTheme property

CustomPopupTheme get customPopupTheme

Implementation

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