Skip to main content

PostContainerState class

Inheritance

Available Extensions

Constructors

PostContainerState ()

Properties

contextBuildContext

The location in the tree where this widget builds.
<span class="feature">read-only</span><span class="feature">inherited</span>

controllerPageController

<span class="feature">final</span>

hashCodeint

The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>

inViewbool

<span class="feature">read / write</span>

mountedbool

Whether this <a href="https:api.flutter.dev/flutter/widgets/State-class.html">State</a> object is currently in a tree.
<span class="feature">read-only</span><span class="feature">inherited</span>

pindexint

<span class="feature">read / write</span>

runtimeTypeType

A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>

startedPlayingbool

<span class="feature">read / write</span>

widgetPostContainer

The current configuration.
<span class="feature">read-only</span><span class="feature">inherited</span>

Methods

activate() void

Called when this object is reinserted into the tree after having been removed via <a href="https:api.flutter.dev/flutter/widgets/State/deactivate.html">deactivate</a>.
<span class="feature">inherited</span>

build(BuildContext context) Widget

Describes the part of the user interface represented by this widget.
<span class="feature">override</span>

deactivate() void

Called when this object is removed from the tree.
<span class="feature">inherited</span>

debugFillProperties(DiagnosticPropertiesBuilder properties) void

Add additional properties associated with the node.
<span class="feature">inherited</span>

didChangeDependencies() void

Called when a dependency of this <a href="https:api.flutter.dev/flutter/widgets/State-class.html">State</a> object changes.
<span class="feature">inherited</span>

didUpdateWidget(covariant PostContainer oldWidget) void

Called whenever the widget configuration changes.
<span class="feature">inherited</span>

dispose() void

Called when this object is removed from the tree permanently.
<span class="feature">override</span>

initState() void

Called when this object is inserted into the tree.
<span class="feature">override</span>

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>

reassemble() void

Called whenever the application is reassembled during debugging, for example during hot reload.
<span class="feature">inherited</span>

setState(VoidCallback fn) void

Notify the framework that the internal state of this object has changed.
<span class="feature">inherited</span>

toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode

Returns a debug representation of the object that is used by debugging tools and by <a href="https:api.flutter.dev/flutter/foundation/DiagnosticsNode/toStringDeep.html">DiagnosticsNode.toStringDeep</a>.
<span class="feature">inherited</span>

toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String

A string representation of this object.
<span class="feature">inherited</span>

toStringShort() String

A brief description of this object, usually just the <a href="https:api.flutter.dev/flutter/dart-core/Object/runtimeType.html">runtimeType</a> and the <a href="https:api.flutter.dev/flutter/dart-core/Object/hashCode.html">hashCode</a>.
<span class="feature">inherited</span>

Operators

operator ==(Object other) bool

The equality operator.
<span class="feature">inherited</span>