SilDashLine constructor
const
SilDashLine(})
Implementation
const SilDashLine(this.size,
{Key? key,
this.direction = DIRECTION_LINEAR,
this.dashLineWidth = 5,
this.spacing = 3,
this.color = Colors.grey,
this.radius = Radius.zero})
: super(key: key);