OvalShape constructor

const OvalShape({
  1. Size size = const Size(12, 4),
})

Implementation

const OvalShape({
  this.size = const Size(12, 4),
}) : super._();