CodeBox constructor

const CodeBox({
  1. Key? key,
  2. required String code,
})

Implementation

const CodeBox({super.key, required this.code});