ZwapCheckBoxPickerChipDecoration class

Constructors

ZwapCheckBoxPickerChipDecoration({BorderRadius borderRadius = const BorderRadius.all(Radius.circular(100)), Color backgroundColor = ZwapColors.neutral100, Border? border, EdgeInsets padding = const EdgeInsets.symmetric(vertical: 6, horizontal: 12), bool showRemove = true, IconData removeIcon = Icons.close, Color removeIconColor = ZwapColors.text65, ZwapTextType textType = ZwapTextType.bigBodyMedium, Color textColor = ZwapColors.primary900Dark})
const
ZwapCheckBoxPickerChipDecoration.primary({BorderRadius borderRadius = const BorderRadius.all(Radius.circular(100)), Color backgroundColor = ZwapColors.primary50, Border? border = const Border.fromBorderSide(BorderSide(color: ZwapColors.primary700, width: 1)), EdgeInsets padding = const EdgeInsets.fromLTRB(16, 6, 12, 6), bool showRemove = false, IconData removeIcon = Icons.close, Color removeIconColor = ZwapColors.text65, ZwapTextType textType = ZwapTextType.bigBodyMedium, Color textColor = ZwapColors.primary700})
const

Properties

backgroundColor Color
final
border Border?
final
borderRadius BorderRadius
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets
final
removeIcon IconData
final
removeIconColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showRemove bool
final
textColor Color
final
textType ZwapTextType
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