FractionPaginationBuilder class

Inheritance

Constructors

FractionPaginationBuilder({Color? color, double fontSize = 20.0, Key? key, Color? activeColor, double activeFontSize = 35.0})
const

Properties

activeColor Color?
color when active,if set null , will be Theme.of(context).primaryColor
final
activeFontSize double
font size when active
final
color Color?
color ,if set null , will be Theme.of(context).scaffoldBackgroundColor
final
fontSize double
/font size
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

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