FlSwiperPagination class

底部指示器组件

Inheritance

Constructors

FlSwiperPagination({Alignment? alignment, Key? key, EdgeInsetsGeometry margin = const EdgeInsets.all(10.0), required FlSwiperPlugin builder})
const

Properties

alignment Alignment?
Alignment.bottomCenter by default when scrollDirection== Axis.horizontal Alignment.centerRight by default when scrollDirection== Axis.vertical
final
builder FlSwiperPlugin
Build the wide
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, FlSwiperPluginConfig 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