initialValue property Null safety

T? initialValue
final

Initial value of type T, which may be null. In that case the label will be used as the hint.

Implementation

final T? initialValue;