FlickerDisplayOptions constructor

FlickerDisplayOptions({
  1. bool showHintText = true,
  2. bool uppercaseLabelAndHint = true,
})

Implementation

FlickerDisplayOptions(
    {this.showHintText = true, this.uppercaseLabelAndHint = true});