TagBgContainer constructor

const TagBgContainer({
  1. double? width,
  2. EdgeInsetsGeometry? margin,
  3. EdgeInsetsGeometry? padding,
  4. Widget? child,
  5. double? height,
  6. Color? backgroundColor,
  7. Key? key,
})

Implementation

const TagBgContainer(
    {this.width,
    this.margin,
    this.padding,
    this.child,
    this.height,
    this.backgroundColor,
    Key? key})
    : super(key: key);