CustomPopupButtonTheme constructor

const CustomPopupButtonTheme({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. double padding = CustomPopupThemeDefaults.defaultSmallSpacing,
  4. double spacing = 2,
  5. double borderRadius = CustomPopupThemeDefaults.defaultSmallBorderRadius,
})

Implementation

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