value property
T?
value
final
The nullable value to evaluate at build time.
When this value is non-null, the builder is invoked with it.
Implementation
final T? value;
The nullable value to evaluate at build time.
When this value is non-null, the builder is invoked with it.
final T? value;