MdParagraph constructor

const MdParagraph({
  1. required List<MdNode> children,
})

Implementation

const MdParagraph({required this.children});