BallStyle constructor
const
BallStyle({})
Implementation
const BallStyle(
{this.size = 10.0,
this.color = Colors.white,
this.ballType = BallType.solid,
this.borderWidth = 0.0,
this.borderColor = Colors.white});