SwiperControl class

Inheritance

Constructors

SwiperControl({IconData iconPrevious = Icons.arrow_back_ios, IconData iconNext = Icons.arrow_forward_ios, Color? color, Color? disableColor, Key? key, double size = 30.0, EdgeInsetsGeometry padding = const EdgeInsets.all(5.0)})
const

Properties

color Color?
Icon normal color, The theme's ThemeData.primaryColor by default.
final
disableColor Color?
if set loop=false on Swiper, this color will be used when swiper goto the last slide. The theme's ThemeData.disabledColor by default.
final
hashCode int
The hash code for this object.
no setterinherited
iconNext IconData
iconData fopr next
final
iconPrevious IconData
IconData for previous
final
key Key?
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double
icon size
final

Methods

build(BuildContext context, SwiperPluginConfig config) Widget
override
buildButton(SwiperPluginConfig config, Color color, IconData iconDaga, int quarterTurns, bool previous) Widget
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