MyoroSliderThemeExtension class

Inheritance
Implemented types
Annotations

Constructors

MyoroSliderThemeExtension.new({TextStyle? indicatorTextStyle, TextAlign? indicatorTextAlignment})
const
MyoroSliderThemeExtension.builder(TextTheme textTheme)
MyoroSliderThemeExtension.fake()

Properties

hashCode int
The hash code for this object.
no setterinherited
indicatorTextAlignment TextAlign?
TextAlign of _IndicatorText.
final
indicatorTextStyle TextStyle?
Text style of indicators on the left, right, & bottom of the slider (i.e. MyoroSlider.footerIndicatorTextBuilder) .
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self MyoroSliderThemeExtension
no setterinherited
type Object
The extension's type.
no setterinherited

Methods

copyWith({TextStyle? indicatorTextStyle, bool indicatorTextStyleProvided = true, TextAlign? indicatorTextAlignment, bool indicatorTextAlignmentProvided = true}) MyoroSliderThemeExtension
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
inherited
lerp(covariant MyoroSliderThemeExtension? other, double t) MyoroSliderThemeExtension
Linearly interpolate with another ThemeExtension object.
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