IconSwipe constructor

IconSwipe({
  1. double height = 4,
  2. double width = 44,
  3. Color? color,
  4. 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),
});