MUIParallexCarousel class

Inheritance

Constructors

MUIParallexCarousel.new({Key? key, required List<String> images, double? height = 200, Duration? duration = const Duration(seconds: 5), double? borderRadius = 8, EdgeInsetsGeometry? padding = const EdgeInsets.all(8), CarouselIndicatorType? indicatorType = CarouselIndicatorType.dot, Curve? curve = Curves.easeInOut, Duration? swipeDuration = const Duration(milliseconds: 500), bool? showIndicator = true, bool? showButtons = false, CarouselButtonType? buttonType = CarouselButtonType.iconOnly, double? maxWidth = 430})
const

Properties

borderRadius double?
Border Radius for Carousel ; default: 8
final
buttonType CarouselButtonType?
Carousel Button Types
final
curve Curve?
Curve Animation for Carousel ; default: Curves.easeInOut
final
duration Duration?
Duration for Carousel ; default: 5 seconds
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Height for Carousel ; default: 200
final
images List<String>
ImageUrls for Carousel
final
indicatorType CarouselIndicatorType?
Indicator Type for Carousel ; default: dot
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxWidth double?
Max Width for Carousel ; default: 430
final
padding EdgeInsetsGeometry?
Padding Around Carousel ; deault : All : 8
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showButtons bool?
Boolean to enable/disable indicator ; default: true
final
showIndicator bool?
Boolean to enable/disable indicator ; default: true
final
swipeDuration Duration?
Duration for Carousel ; default: 500 milliseconds
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<MUIParallexCarousel>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited