ItemTagsImage constructor

ItemTagsImage({
  1. double radius = 8,
  2. EdgeInsets? padding,
  3. ImageProvider<Object>? image,
  4. Widget? child,
})

Implementation

ItemTagsImage({this.radius = 8, this.padding, this.image, this.child});