menu
fluttery_framework package
documentation
view.dart
GetView<T>
GetView const constructor
GetView const constructor
dark_mode
light_mode
GetView<
T
>
constructor
const
GetView<
T
>
(
{
Key
?
key
,
})
Implementation
const GetView({Key? key}) : super(key: key);
fluttery_framework package
documentation
view
GetView<T>
GetView const constructor
GetView class