SmallBody constructor
const
SmallBody({})
Implementation
const SmallBody(
{required this.text,
this.color,
this.size,
this.textAlign,
this.shadowed = false,
this.weight,
super.key});
const SmallBody(
{required this.text,
this.color,
this.size,
this.textAlign,
this.shadowed = false,
this.weight,
super.key});