SpinachText constructor
const
SpinachText({})
Implementation
const SpinachText({
Key? key,
required this.text,
this.fontSize = 18,
this.fontWeight = FontWeight.normal,
this.color = Colors.black,
this.textAlign = TextAlign.justify,
});