TextOptions constructor
TextOptions({})
Implementation
TextOptions({
required this.text,
this.textAlign = TextAlign.center,
this.style = const TextStyle(fontSize: 18, color: Colors.black, fontWeight: FontWeight.w600)
});