RectangleShape constructor

const RectangleShape({
  1. double radius = 12,
})

Implementation

const RectangleShape({this.radius = 12});