FarmManageItem constructor

const FarmManageItem(
  1. List item,
  2. int index, {
  3. double? size,
  4. Color? colorRow,
  5. double? width,
  6. bool defaultColor = false,
  7. double? padding,
  8. Function? action,
  9. Function? funSelect,
  10. bool active = false,
  11. bool visible = true,
  12. Key? key,
})

Implementation

const FarmManageItem(this.item, this.index, {this.size, this.colorRow, this.width, this.defaultColor = false, this.padding, this.action, this.funSelect, this.active = false,  this.visible = true, Key? key}):super(key:key);