builder property

Widget Function(S state)? builder
finalinherited

A function that builds the widget tree based on the current state.

Implementation

final Widget Function(S state)? builder;