ChoiceChip3DStyle class

Custom style object

Constructors

ChoiceChip3DStyle({Color topColor = const Color(0xFF45484c), Color backColor = const Color(0xFF191a1c), BorderRadius borderRadius = const BorderRadius.all(Radius.circular(7.0)), double z = 8.0, double selectedZ = 3.0})
default constructor
const

Properties

backColor Color
the color used for the shadowed part of the chip
final
borderRadius BorderRadius
the chip border radius
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedZ double
the amount of elevation when selected
final
topColor Color
the color used for the top part of the chip
final
z double
the amount of default elevation
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

blue → const ChoiceChip3DStyle
preconfigured blue style
red → const ChoiceChip3DStyle
preconfigured red style
white → const ChoiceChip3DStyle
preconfigured white style