BodyText1 constructor

const BodyText1(
  1. String title, {
  2. Key? key,
  3. Color? color = lightTextColor,
})

Implementation

const BodyText1(this.title, {Key? key, this.color = lightTextColor}) : super(key: key);