IconSwipe constructor
IconSwipe({
- double height = 4,
- double width = 44,
- Color? color,
- EdgeInsets margin = const EdgeInsets.fromLTRB(0, 0, 0, 0),
Implementation
IconSwipe({
this.height = 4,
this.width = 44,
this.color,
this.margin = const EdgeInsets.fromLTRB(0, 0, 0, 0),
});