MultiSelectStyles class

Styles for the multi-select component.

Constructors

MultiSelectStyles({Style? title, Style? item, Style? highlightedItem, Style? selectedIcon, Style? unselectedIcon, Style? dimmed, String? cursorPrefix, String? selectedIconChar, String? unselectedIconChar})
MultiSelectStyles.defaults()
Creates default styles.
factory

Properties

cursorPrefix String
Prefix shown before the highlighted item.
final
dimmed Style
Style for dimmed elements.
final
hashCode int
The hash code for this object.
no setterinherited
highlightedItem Style
Style for the currently highlighted item.
final
item Style
Style for unselected items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon Style
Style for selected item icon.
final
selectedIconChar String
Character for selected items.
final
title Style
Style for the title/prompt.
final
unselectedIcon Style
Style for unselected item icon.
final
unselectedIconChar String
Character for unselected items.
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