Body0Text.normal constructor

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

Implementation

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