private/main library
Classes
- Native
- base class for all Native uses
-
NativeState<
T extends NativeStatefulWidget> -
The corresponding State class that implements the
buildmethod - NativeStatefulWidget
- for custom implementations of StatefulWidget
- NativeStatelessWidget
- for custom implementations of StatelessWidget
- NativeWidget
- for custom implementations of Widget