MEStatusLabel constructor

const MEStatusLabel({
  1. Key? key,
  2. required String label,
  3. required Color bgColor,
  4. required Color ftColor,
})

Implementation

const MEStatusLabel({
  super.key,
  required this.label,required this.bgColor,required this.ftColor
});