MorphContentBuilder typedef

MorphContentBuilder = Widget Function(BuildContext context, MorphFlight flight)

Builds the target content of a flight; called once per flight and reused between spring ticks.

Implementation

typedef MorphContentBuilder =
    Widget Function(BuildContext context, MorphFlight flight);