menu
iconoir_flutter package
documentation
regular/swipe_left_gesture.dart
SwipeLeftGesture
SwipeLeftGesture const constructor
SwipeLeftGesture const constructor
dark_mode
light_mode
SwipeLeftGesture
constructor
const
SwipeLeftGesture
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const SwipeLeftGesture({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/swipe_left_gesture
SwipeLeftGesture
SwipeLeftGesture const constructor
SwipeLeftGesture class