PostContainerState class
Inheritance
: - Object
- State[<[PostContainer]>]
- PostContainerState
Constructors
:
Properties
[context] [→ BuildContext] : The location in the tree where this widget builds. ::: features no setterinherited :::
[controller] [→ PageController] : manage the carousel. ::: features final :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[inView] [↔ bool] : same as above. ::: features getter/setter pair :::
[mounted] [→ bool] : Whether this State object is currently in a tree. ::: features no setterinherited :::
[pindex] [↔ int] : to manage the image index in carousel. ::: features getter/setter pair :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[startedPlaying] [↔ bool] : video was removed for mvp. ::: features getter/setter pair :::
[widget] [→ PostContainer] : The current configuration. ::: features no setterinherited :::
Methods
activate [→ void ] : Called when this object is reinserted into the tree after having been removed via deactivate. ::: features inherited :::
[build][([[BuildContext] context]) [→ Widget] ] : Describes the part of the user interface represented by this widget. ::: features override :::
deactivate [→ void ] : Called when this object is removed from the tree. ::: features inherited :::
[debugFillProperties][([[DiagnosticPropertiesBuilder] properties]) → void ] : Add additional properties associated with the node. ::: features inherited :::
didChangeDependencies [→ void ] : Called when a dependency of this State object changes. ::: features inherited :::
[didUpdateWidget][([covariant [PostContainer] oldWidget]) → void ] : Called whenever the widget configuration changes. ::: features inherited :::
dispose [→ void ] : Called when this object is removed from the tree permanently. ::: features override :::
initState [→ void ] : Called when this object is inserted into the tree. ::: features override :::
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
reassemble [→ void ] : Called whenever the application is reassembled during debugging, for example during hot reload. ::: features inherited :::
[setState][([[VoidCallback] fn]) → void ] : Notify the framework that the internal state of this object has changed. ::: features inherited :::
[toDiagnosticsNode][ [→ DiagnosticsNode] ] : Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
[toStringShort][ [→ String] ] : A brief description of this object, usually just the runtimeType and the hashCode. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- post_container
- PostContainerState class