ProviderView<T extends BaseProvider> class
abstract
Methods
-
build(BuildContext context)
→ Widget
-
Describes the part of the user interface represented by this widget.
override
-
buildWidget(BuildContext context)
→ Widget
-
-
createConsumer({required ValueWidgetBuilder<T> builder, Widget? child})
→ Widget
-
-
createElement()
→ StatelessElement
-
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
createProvider(BuildContext context)
→ T?
-
-
createSelector<S>({required ProviderSelector<S, T> selector, required ValueWidgetBuilder<S> builder, ShouldRebuild<S>? shouldRebuild, Widget? child})
→ Widget
-
-
createSelector2<S1, S2>({required ProviderSelector2<S1, S2, T> selector, required SelectorBuilder2<S1, S2, T> builder, ShouldRebuild<(S1, S2)>? shouldRebuild, Widget? child})
→ Widget
-
-
createSelector3<S1, S2, S3>({required ProviderSelector3<S1, S2, S3, T> selector, required SelectorBuilder3<S1, S2, S3, T> builder, ShouldRebuild<(S1, S2, S3)>? shouldRebuild, Widget? child})
→ Widget
-
-
debugDescribeChildren()
→ List<DiagnosticsNode>
-
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
extensionProviders()
→ List<SingleChildWidget>
-
-
loadProviders(BuildContext context)
→ List<SingleChildWidget>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
→ DiagnosticsNode
-
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
→ String
-
A string representation of this object.
inherited
-
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65})
→ String
-
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a one-line detailed description of the object.
inherited
-
toStringShort()
→ String
-
A short, textual description of this widget.
inherited