XLabelConfig constructor

XLabelConfig({
  1. Color? border,
  2. Color? color,
  3. TextStyle? style,
})

Implementation

XLabelConfig({this.border, this.color, this.style});