BuildListCallback typedef

BuildListCallback = List<Widget> Function(Context context)

Builds a flowing list of children (used by MultiPage).

Implementation

typedef BuildListCallback = List<Widget> Function(Context context);