ImageGalleryStyle class

Constructors

ImageGalleryStyle({Color? activeSlideColor, Color? inActiveSlideColor, double? slideWidth, double? slideHeight, String? activeSlideIcon, String? inActiveSlideIcon, double? radius})

Properties

activeSlideColor Color?
Deault activeSlideColor is Colors.white
final
activeSlideIcon String?
Deault activeSlideWidget is null
final
hashCode int
The hash code for this object.
no setterinherited
inActiveSlideColor Color?
Deault inActiveSlideColor is Colors.grey
final
inActiveSlideIcon String?
Deault inActiveSlideWidget is null
final
radius double?
Deault radius is 360. It means circle use 360
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slideHeight double?
Deault slideHeight is 9
final
slideWidth double?
Deault slideWidth is 9
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited