flutter_json_widgets
widget
Chip
Chip.fromJson factory constructor
Chip.fromJson
Chip.fromJson
constructor
Null safety
Chip.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Chip.fromJson(Map<String, dynamic> json) = _$Chip.fromJson;
flutter_json_widgets
widget
Chip
Chip.fromJson factory constructor
Chip class
Constructors
Chip
fromJson
Properties
autofocus
avatar
backgroundColor
clipBehavior
copyWith
deleteButtonTooltipMessage
deleteIcon
deleteIconColor
elevation
hashCode
key
label
labelPadding
labelStyle
materialTapTargetSize
onDeleted
padding
runtimeType
shadowColor
shape
side
surfaceTintColor
visualDensity
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==