StackedView<T extends ChangeNotifier> constructor

const StackedView<T extends ChangeNotifier>({
  1. Key? key,
})

Implementation

const StackedView({Key? key}) : super(key: key);