CircleShape constructor

const CircleShape({
  1. double radius = 100,
})

Implementation

const CircleShape({this.radius = 100});