ItemTagsRemoveButton constructor
- {IconData icon,
- double size,
- Color backgroundColor,
- Color color,
- BorderRadius borderRadius,
- EdgeInsets padding,
- EdgeInsets margin,
- OnRemovedCallback onRemoved}
Implementation
ItemTagsRemoveButton(
{this.icon,
this.size,
this.backgroundColor,
this.color,
this.borderRadius,
this.padding,
this.margin,
this.onRemoved});