ArrowConfig constructor

const ArrowConfig({
  1. Widget? arrow,
  2. dynamic icon,
  3. Color? color,
  4. double? size,
})

Implementation

const ArrowConfig({
  this.arrow,
  this.icon,
  this.color,
  this.size,
});