ArcaneInlineCode constructor

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

Implementation

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