LabelColor constructor

LabelColor({
  1. String? backgroundColor,
  2. String? textColor,
})

Implementation

LabelColor({
  this.backgroundColor,
  this.textColor,
});