initialValue property

  1. @override
T? initialValue
final

The initial value of the input.

Implementation

@override

/// The initial value of the input.
final T? initialValue;