MenubarTheme constructor

const MenubarTheme({
  1. bool? border,
  2. Offset? subMenuOffset,
  3. EdgeInsetsGeometry? padding,
  4. Color? borderColor,
  5. Color? backgroundColor,
  6. BorderRadiusGeometry? borderRadius,
})

Creates a MenubarTheme.

Implementation

const MenubarTheme({
  this.border,
  this.subMenuOffset,
  this.padding,
  this.borderColor,
  this.backgroundColor,
  this.borderRadius,
});