SmoothProductCarousel class Null safety

Constructors

SmoothProductCarousel({bool containSearchCard = false, required double height})
const

Properties

containSearchCard bool
final
hashCode int
The hash code for this object. [...]
read-only, inherited
height double
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

createState() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Constants

carouselItemHorizontalPadding → const dynamic
EdgeInsets.symmetric(horizontal: 20.0)
carouselItemInternalPadding → const dynamic
EdgeInsets.symmetric(horizontal: 2.0)
carouselViewPortFraction → const double
0.91