MultiLevelLabelStyle constructor
const
MultiLevelLabelStyle({
- TextStyle? textStyle = const TextStyle(fontSize: 12.0, fontStyle: FontStyle.normal, fontWeight: FontWeight.normal, fontFamily: 'Normal'),
- double borderWidth = 0,
- Color? borderColor,
- MultiLevelBorderType borderType = MultiLevelBorderType.rectangle,
Creating an argument constructor of MultiLevelLabelStyle class.
Implementation
const MultiLevelLabelStyle(
{this.textStyle = const TextStyle(
fontSize: 12.0,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.normal,
fontFamily: 'Normal'),
this.borderWidth = 0,
this.borderColor,
this.borderType = MultiLevelBorderType.rectangle});