RtBaseView<T extends RtBaseController> constructor
const
RtBaseView<T extends RtBaseController> ({
- 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});