LabelConfig constructor
LabelConfig({
- String? title,
- ColorModel? titleFontColor,
- double? titleFontSize,
- FontWeight? titleFontWeight,
- int maxLines = 1,
Implementation
LabelConfig({
this.title,
this.titleFontColor,
this.titleFontSize,
this.titleFontWeight,
this.maxLines = 1,
});