LabelStyle constructor

const LabelStyle({
  1. double? fontSize = 12.0,
  2. Color? color = Colors.black,
  3. bool? showLabel = true,
})

Implementation

const LabelStyle(
    {this.fontSize = 12.0, this.color = Colors.black, this.showLabel = true});