XScrollingPageIndicatorParams class

Inheritance

Constructors

XScrollingPageIndicatorParams({required double height, required double width, required double indicatorWidth, required HubbleColor backgroundColor, required HubbleColor indicatorColor, required double radius})
XScrollingPageIndicatorParams.from(XHorizontalScroll_ScrollingPageIndicator widget)
factory

Properties

backgroundColor HubbleColor
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
indicatorColor HubbleColor
final
indicatorWidth double
final
key Key?
finalinherited
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
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