HorizontalCancelableChipGroup constructor
HorizontalCancelableChipGroup(- {@required List<String> items,
- Function availableItems,
- Color labelTextColor: Colors.black,
- double dividerPadding: 5,
- Color backgroundColor: Colors.white,
- double labelTextFontSize: 14,
- Icon deleteIcon: const Icon(Icons.cancel),
- Color borderColor: Colors.black45}
)
Implementation
HorizontalCancelableChipGroup(
{@required this.items,
this.availableItems,
this.labelTextColor = Colors.black,
this.dividerPadding = 5,
this.backgroundColor = Colors.white,
this.labelTextFontSize = 14,
this.deleteIcon = const Icon(Icons.cancel),
this.borderColor = Colors.black45});