WidgetView<T extends StatefulWidget, S extends State<T>> constructor

const WidgetView<T extends StatefulWidget, S extends State<T>>({
  1. Key? key,
  2. required S state,
})

Implementation

const WidgetView({Key? key, required this.state}) : super(key: key);