BdBoldText constructor

const BdBoldText(
  1. String text, {
  2. Key? key,
  3. double? size,
  4. Color? color,
  5. List<Shadow>? shadows,
  6. String? fontFamily,
})

Implementation

const BdBoldText(this.text,
    {Key? key, this.size, this.color, this.shadows, this.fontFamily})
    : super(key: key);