EnsembleSemantics constructor

EnsembleSemantics({
  1. String? label,
  2. String? hint,
  3. String? role,
  4. required bool focusable,
})

Implementation

EnsembleSemantics(
    {this.label, this.hint, this.role, required this.focusable});