Body0Text.medium constructor

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

Implementation

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