Body0Text.bold constructor

const Body0Text.bold(
  1. String text, {
  2. Color? color,
  3. Key? key,
})

Implementation

const Body0Text.bold(this.text, {this.color, Key? key})
    : fontType = FontType.bold,
      super(key: key);