InlineCode constructor

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

Implementation

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