CustomCarouselScrollerState class
<p>CustomCarouselScrollerState class return a widget that is used to generate slider for pinned post on the top of the Home Screen.</p>
Inheritance
- Object
- State<CustomCarouselScroller>
- CustomCarouselScrollerState
Available Extensions
Annotations
Constructors
CustomCarouselScrollerState ()
Properties
context → BuildContext
The location in the tree where this widget builds.
<span class="feature">read-only</span><span class="feature">inherited</span>
controller → PageController
<span class="feature">final</span>
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
mounted → bool
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>
pindex ↔ int
<span class="feature">read / write</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
widget → CustomCarouselScroller
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 CustomCarouselScroller 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">inherited</span>
initState() void
Called when this object is inserted into the tree.
<span class="feature">inherited</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>