BaseStatefulView<C, W> constructor
const
BaseStatefulView<C, W> ({
- Key? key,
- required C ctrl,
Implementation
const BaseStatefulView({super.key, required this.ctrl});