value property

T? value
final

The value of the number box. When this value is null, the number box field is empty.

Implementation

final T? value;