StringControl constructor

StringControl([
  1. String? value
])

Implementation

StringControl([String? value]) : super(value);