XHorizontalScrollParams class
Constructors
-
XHorizontalScrollParams({required XIndicatorBuilder? indicator, required List<
SSRWidget> children, required double itemWidth, required double itemHeight, required EdgeInsets itemPadding, required bool infiniteScroll, required bool showIndicator, required bool snap, required double? scrollLeftPadding, required double? scrollRightPadding, required bool autoScroll, required Duration? autoScrollDuration, required bool noScroll})
Properties
- autoScroll → bool
-
final
- autoScrollDuration → Duration?
-
final
-
children
→ List<
SSRWidget> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indicator → XIndicatorBuilder?
-
final
- infiniteScroll → bool
-
final
- itemHeight → double
-
final
- itemPadding → EdgeInsets
-
final
- itemWidth → double
-
final
- key → Key?
-
finalinherited
- noScroll → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollLeftPadding → double?
-
final
- scrollRightPadding → double?
-
final
- showIndicator → bool
-
final
- snap → bool
-
final
Methods
-
applyTheme(
HubbleThemeData theme) → void -
override
-
build(
BuildContext context) → 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
Static Methods
-
from(
XHorizontalScroll widget, SSRBuildContext context, WidgetMetadata metadata) → XHorizontalScrollParams?