MenubarTheme constructor
const
MenubarTheme({
- bool? border,
- Offset? subMenuOffset,
- EdgeInsetsGeometry? padding,
- Color? borderColor,
- Color? backgroundColor,
- BorderRadiusGeometry? borderRadius,
Creates a MenubarTheme.
Implementation
const MenubarTheme({
this.border,
this.subMenuOffset,
this.padding,
this.borderColor,
this.backgroundColor,
this.borderRadius,
});