MultiLevelLabelStyle constructor
const
MultiLevelLabelStyle({
- TextStyle? textStyle,
- double borderWidth = 0,
- Color? borderColor,
- MultiLevelBorderType borderType = MultiLevelBorderType.rectangle,
Creating an argument constructor of MultiLevelLabelStyle class.
Implementation
const MultiLevelLabelStyle(
{this.textStyle,
this.borderWidth = 0,
this.borderColor,
this.borderType = MultiLevelBorderType.rectangle});