StatusChip constructor
const
StatusChip({
- required String text,
- required ChipPosition position,
- Color? backgroundColor,
- Color? textColor,
- double? fontSize,
- FontWeight? fontWeight,
- double? borderRadius,
Implementation
const StatusChip({
required this.text,
required this.position,
this.backgroundColor,
this.textColor,
this.fontSize,
this.fontWeight,
this.borderRadius,
});