AreaPath constructor
const
AreaPath({})
Creates an area path widget.
Implementation
const AreaPath({
super.key,
required this.points,
this.bottomPoints,
this.baseline = 0,
this.curve,
this.color = const Color(0x80000000),
this.strokeColor,
this.strokeWidth = 1.0,
this.shader,
this.defined,
});