YaruPageIndicatorBoundedDelegate class
Controls a YaruPageIndicator items spacing in a boudnded way.
- Inheritance
-
- Object
- YaruPageIndicatorLayoutDelegate
- YaruPageIndicatorBoundedDelegate
Constructors
- YaruPageIndicatorBoundedDelegate({double? maxItemSpacing, double? minItemSpacing})
- Controls a YaruPageIndicator items spacing in a boudnded way.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxItemSpacing → double?
-
Max length for the space between the items.
final
- minItemSpacing → double?
-
Min length for the space between the items.
final
- 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