RectSwiperPaginationBuilder class

Inheritance

Constructors

RectSwiperPaginationBuilder({Color? activeColor, Color? color, Key? key, Size size = const Size(10.0, 2.0), Size activeSize = const Size(10.0, 2.0), double space = 3.0})
const

Properties

activeColor Color?
color when current index,if set null , will be Theme.of(context).primaryColor
final
activeSize Size
Size of the rect when activate
final
color Color?
,if set null , will be Theme.of(context).scaffoldBackgroundColor
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Size of the rect
final
space double
Space between rects
final

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