BuiltInCase constructor

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

Implementation

const BuiltInCase({
  super.key,
});