MorphScope constructor

const MorphScope({
  1. Key? key,
  2. required Widget child,
})

Creates the scope; place it once, inside MaterialApp.builder.

Implementation

const MorphScope({super.key, required this.child});