ShowCode constructor

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

Implementation

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