SwiperPagination class

Inheritance

Constructors

SwiperPagination({Alignment? alignment, Key? key, EdgeInsetsGeometry margin = const EdgeInsets.all(10.0), SwiperPlugin builder = SwiperPagination.dots})
const

Properties

alignment Alignment?
Alignment.bottomCenter by default when scrollDirection== Axis.horizontal Alignment.centerRight by default when scrollDirection== Axis.vertical
final
builder SwiperPlugin
Build the widet
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
margin EdgeInsetsGeometry
Distance between pagination and the container
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, SwiperPluginConfig config) Widget
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

Constants

dots → const SwiperPlugin
dot style pagination
fraction → const SwiperPlugin
fraction style pagination
rect → const SwiperPlugin