LabelStyle constructor
const
LabelStyle({
- bool show = true,
- double rotate = 0,
- TextStyle textStyle = const TextStyle(color: Colors.black87, fontSize: 13, fontWeight: FontWeight.normal),
- AreaStyle? decoration,
- OverFlow overFlow = OverFlow.cut,
- String ellipsis = '',
- GuideLine guideLine = const GuideLine(),
- double lineMargin = 4,
- double minAngle = 0,
Implementation
const LabelStyle({
this.show = true,
this.rotate = 0,
this.textStyle = const TextStyle(color: Colors.black87, fontSize: 13, fontWeight: FontWeight.normal),
this.decoration,
this.overFlow = OverFlow.cut,
this.ellipsis = '',
this.guideLine = const GuideLine(),
this.lineMargin = 4,
this.minAngle = 0,
});