AppleImac2021Side constructor

const AppleImac2021Side({
  1. Key? key,
  2. Color? color,
  3. double? width,
  4. double? height,
})

Implementation

const AppleImac2021Side({super.key, this.color, this.width, this.height});