Signature for the builder callback used by StatefulBuilder.
Call setState
to schedule the StatefulBuilder to rebuild.
Source
typedef Widget StatefulWidgetBuilder(BuildContext context, StateSetter setState);
Signature for the builder callback used by StatefulBuilder.
Call setState
to schedule the StatefulBuilder to rebuild.
typedef Widget StatefulWidgetBuilder(BuildContext context, StateSetter setState);