FarmManageTitle constructor

const FarmManageTitle(
  1. List item, {
  2. double? size,
  3. Color? bgColor,
  4. Color? titleColor,
  5. bool hasBg = true,
  6. double? padding,
  7. double? width,
  8. Key? key,
})

Implementation

const FarmManageTitle(this.item, {this.size, this.bgColor, this.titleColor, this.hasBg = true, this.padding, this.width, Key? key}):super(key:key);