ScanComponent constructor

const ScanComponent({
  1. int order = 1,
})

Implementation

const ScanComponent({
  this.order = 1,
});