YaruPageIndicatorSteppedDelegate class

Controls a YaruPageIndicator items spacing in a stepped way.

Inheritance

Constructors

YaruPageIndicatorSteppedDelegate({double? baseItemSpacing})
Controls a YaruPageIndicator items spacing in a stepped way.

Properties

baseItemSpacing double?
Base length for the space between the items. Will be automatically reduced to fit the vertical constraints.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateItemsSpacing({required double allItemsWidth, required int length, required double availableWidth}) double?
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