SliderButtonProperties class

Constructors

SliderButtonProperties({required Future<bool?> action(), double radius = 100, BoxShadow? boxShadow, Widget? child, bool shimmer = true, double height = 70, double? buttonSize, double? buttonWidth, double width = 270, Alignment alignLabel = const Alignment(0.6, 0), Color backgroundColor = const Color(0xffe0e0e0), Color baseColor = Colors.black87, Color buttonColor = Colors.white, Color? disableButtonColor, Color highlightedColor = Colors.white, Widget? label, Widget? icon, double dismissThresholds = 0.75, bool disable = false, bool isLoading = false})
const

Properties

action Future<bool?> Function()
final
alignLabel Alignment
final
backgroundColor Color
final
baseColor Color
final
boxShadow BoxShadow?
final
buttonColor Color
final
buttonSize double?
final
buttonWidth double?
final
child Widget?
final
disable bool
final
disableButtonColor Color?
final
dismissThresholds double
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
highlightedColor Color
final
icon Widget?
final
isLoading bool
To show the progressbar
final
label Widget?
final
radius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shimmer bool
final
width double
final

Methods

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