builder property

BuilderCallback builder
final

Builder callback is called whenever your state changes.

You have to return a Widget that you want to re-build on state changes.

Implementation

final BuilderCallback builder;