BoldMarkup constructor

const BoldMarkup()

Implementation

const BoldMarkup()
    : super(
        tag: 'b',
        alias: const {'bold', 'strong'},
        weight: FontWeight.bold,
      );