ComArrow constructor

const ComArrow({
  1. Key? key,
  2. double? size,
  3. bool isBack = false,
  4. Color? color,
})

Implementation

const ComArrow({super.key, this.size, this.isBack = false, this.color});