BodyText2 constructor

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

Implementation

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