MediumRectangle constructor

const MediumRectangle({
  1. Key? key,
})

Implementation

const MediumRectangle({Key? key}) : super(key: key);