GetWidget<S extends GetLifeCycleMixin> constructor

const GetWidget<S extends GetLifeCycleMixin>({
  1. Key? key,
})

Creates a GetView associated with a specific key.

Implementation

const GetWidget({super.key});