ItemTagsRemoveButton constructor

ItemTagsRemoveButton(
  1. {IconData icon,
  2. double size,
  3. Color backgroundColor,
  4. Color color,
  5. BorderRadius borderRadius,
  6. EdgeInsets padding,
  7. EdgeInsets margin,
  8. OnRemovedCallback onRemoved}
)

Implementation

ItemTagsRemoveButton(
    {this.icon,
    this.size,
    this.backgroundColor,
    this.color,
    this.borderRadius,
    this.padding,
    this.margin,
    this.onRemoved});