RtBaseView<T extends RtBaseController> constructor

const RtBaseView<T extends RtBaseController>({
  1. Key? key,
})

Creates a base view widget.

The generic type T must extend RtBaseController and is automatically injected through GetX dependency injection.

Implementation

const RtBaseView({super.key});