Status constructor
const
Status(
- String text,
- Color? bgColor,
- Color? textColor,
- BorderRadius? radius,
Implementation
const Status(this.text, this.bgColor, this.textColor, this.radius);