BaseStatefulView<C, W> constructor

const BaseStatefulView<C, W>({
  1. Key? key,
  2. required C ctrl,
})

Implementation

const BaseStatefulView({super.key, required this.ctrl});