ArrowShapeWidget constructor
const
ArrowShapeWidget({})
Implementation
const ArrowShapeWidget({
Key? key,
this.width = 100,
this.height = 50,
this.color = Colors.blue,
this.text = '',
this.textStyle,
this.padding = EdgeInsets.zero,
this.alignment = Alignment.center,
}) : super(key: key);