MorphFlightScope constructor
- Key? key,
- required MorphFlight flight,
- required Widget child,
Publishes flight to the content subtree.
Implementation
const MorphFlightScope({
super.key,
required this.flight,
required super.child,
});
Publishes flight to the content subtree.
const MorphFlightScope({
super.key,
required this.flight,
required super.child,
});