LabelStyle constructor

const LabelStyle({
  1. bool? visible,
  2. bool? showOnSelect,
  3. TextStyle? textStyle,
  4. TextStyle? onSelectTextStyle,
})

Implementation

const LabelStyle(
    {this.visible,
    this.showOnSelect,
    this.textStyle,
    this.onSelectTextStyle});