builder property

Widget Function(T) builder
final

Builder that is called when value is non-null.

Implementation

final Widget Function(T) builder;