single_child_widget library
Classes
- SingleChildBuilder
- A SingleChildWidget that delegates its implementation to a callback.
-
SingleChildState<
T extends SingleChildStatefulWidget> - A State for SingleChildStatefulWidget.
- SingleChildStatefulElement
- An Element that uses a SingleChildStatefulWidget as its configuration.
- SingleChildStatefulWidget
-
A StatefulWidget that is compatible with
Nested
. - SingleChildStatelessElement
- An Element that uses a SingleChildStatelessWidget as its configuration.
- SingleChildStatelessWidget
-
A StatelessWidget that implements SingleChildWidget and is therefore
compatible with
Nested
. - SingleChildWidget
- A Widget that takes a single descendant.