CarouselItemBuilderDelegate class

Constructors

CarouselItemBuilderDelegate({required IndexedWidgetBuilder builder, required int itemCount, required double width, required double height, required EdgeInsets itemPadding})
const

Properties

builder IndexedWidgetBuilder
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
itemCount int
Number of children
final
itemPadding EdgeInsets
Gap between items
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
height and width of each item height is in dp and width is in percentage
final

Methods

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