MainCase constructor

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

Implementation

const MainCase({
  super.key,
});