MdBold constructor

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

Implementation

const MdBold({required this.children});