YaruPageIndicatorFixedDelegate class

Controls a YaruPageIndicator items spacing in a fixed way.

Inheritance

Constructors

YaruPageIndicatorFixedDelegate({double? itemSpacing})
Controls a YaruPageIndicator items spacing in a fixed way.

Properties

hashCode int
The hash code for this object.
no setterinherited
itemSpacing double?
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