StatefulComponentBuilder typedef

StatefulComponentBuilder = Iterable<Component> Function(BuildContext context, StateSetter setState)

Signature for the builder callback used by StatefulBuilder.

Call setState to schedule the StatefulBuilder to rebuild.

Implementation

typedef StatefulComponentBuilder = Iterable<Component> Function(BuildContext context, StateSetter setState);