MdInlineCode constructor

const MdInlineCode({
  1. required String text,
})

Implementation

const MdInlineCode({required this.text});