XWormIndicatorParams class

Inheritance

Constructors

XWormIndicatorParams({required double dotHeight, required double dotWidth, required HubbleColor activeColor, required HubbleColor inactiveColor, required WormType wormType})
XWormIndicatorParams.from(XHorizontalScroll_WormIndicator widget)
factory

Properties

activeColor HubbleColor
final
dotHeight double
final
dotWidth double
final
hashCode int
The hash code for this object.
no setterinherited
inactiveColor HubbleColor
final
key Key?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wormType WormType
final

Methods

applyTheme(HubbleThemeData theme) → void
override
build(BuildContext context, {PageController? controller, int itemCount = 0}) Widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited