MorphSlot<T> constructor
- Key? key,
- required Signal<
T> connect, - required MorphableWidget morphBuilder(
- BuildContext context,
- T value
- MorphConfig config = const MorphConfig(),
- VoidCallback? onMorphStart,
- VoidCallback? onMorphComplete,
Implementation
const MorphSlot({
super.key,
required this.connect,
required this.morphBuilder,
this.config = const MorphConfig(),
this.onMorphStart,
this.onMorphComplete,
});