disableColor property

Color? disableColor
final

if set loop=false on Swiper, this color will be used when swiper goto the last slide. The theme's ThemeData.disabledColor by default.

Implementation

final Color? disableColor;