CustomPopupButtonTheme constructor
const
CustomPopupButtonTheme({})
Implementation
const CustomPopupButtonTheme({
this.backgroundColor,
this.foregroundColor,
this.padding = CustomPopupThemeDefaults.defaultSmallSpacing,
this.spacing = 2,
this.borderRadius = CustomPopupThemeDefaults.defaultSmallBorderRadius,
});