ChipsStyle class

Constructors

ChipsStyle({Color backgroundColorItem = Colors.grey, Color? disabledColor, Color selectedColorItem = Colors.black, IconData? selectedIcon, Color selectedTextColor = Colors.white, Color textColor = Colors.black, bool isScrolling = false})
const

Properties

backgroundColorItem Color
final
disabledColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
isScrolling bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColorItem Color
final
selectedIcon IconData?
final
selectedTextColor Color
final
textColor 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