const SimpleText({ Key? key, required this.text, this.fontSize = 16, this.color = Colors.black, }) : super(key: key);