MyoroCarouselStyle class

Style model of MyoroCarousel.

Implementers
Annotations

Constructors

MyoroCarouselStyle.new({IconData? previousItemButtonIcon, IconData? nextItemButtonIcon})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
nextItemButtonIcon IconData?
Icon of the next item button in _TraversalButtons.
final
previousItemButtonIcon IconData?
Icon of the previous item _TraversalButton in _TraversalButtons.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self MyoroCarouselStyle
no setterinherited

Methods

copyWith({IconData? previousItemButtonIcon, bool previousItemButtonIconProvided = true, IconData? nextItemButtonIcon, bool nextItemButtonIconProvided = true}) MyoroCarouselStyle
inherited
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