Status constructor

const Status(
  1. String text,
  2. Color? bgColor,
  3. Color? textColor,
  4. BorderRadius? radius,
)

Implementation

const Status(this.text, this.bgColor, this.textColor, this.radius);