SelectionMenuStyle class

Constructors

SelectionMenuStyle({required Color selectionMenuBackgroundColor, required Color selectionMenuItemTextColor, required Color selectionMenuItemIconColor, required Color selectionMenuItemSelectedTextColor, required Color selectionMenuItemSelectedIconColor, required Color selectionMenuItemSelectedColor})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionMenuBackgroundColor Color
final
selectionMenuItemIconColor Color
final
selectionMenuItemSelectedColor Color
final
selectionMenuItemSelectedIconColor Color
final
selectionMenuItemSelectedTextColor Color
final
selectionMenuItemTextColor Color
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

Constants

dark → const SelectionMenuStyle
light → const SelectionMenuStyle