Ring constructor
const
Ring({})
Implementation
const Ring({
Key? key,
this.color,
this.size = 40.0,
this.thickness = 2.0,
this.value = 1.0,
}) : assert(size - thickness > 0),
assert(thickness >= 0),
super(key: key);