bold method

Widget bold()

Implementation

Widget bold() {
  return style(const TextStyle(fontWeight: FontWeight.bold));
}