ENSwiperPagination class

Inheritance

Constructors

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

Properties

alignment Alignment?
Alignment.bottomCenter by default when scrollDirection== Axis.horizontal Alignment.centerRight by default when scrollDirection== Axis.vertical
final
builder ENSwiperPlugin
Build the widget
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, ENSwiperPluginConfig 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 ENSwiperPlugin
dot style pagination
fraction → const ENSwiperPlugin
fraction style pagination
rect → const ENSwiperPlugin