XMenuPopupStyle class

Constructors

XMenuPopupStyle({BoxDecoration? decoration, Widget seperator(BuildContext, int) = defaultSeperator, TextStyle? defaultTextStyle, EdgeInsetsGeometry padding = const EdgeInsets.all(8), double? maxHeight, Color? defaultIconColor})
const

Properties

decoration BoxDecoration?
final
defaultDecoration BoxDecoration
no setter
defaultIconColor Color?
final
defaultTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
maxHeight double?
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seperator Widget Function(BuildContext, int)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

defaultSeperator(BuildContext context, int index) Widget