SubTitleOptions constructor
SubTitleOptions({})
Implementation
SubTitleOptions({
required this.text,
this.style = const TextStyle(fontSize: 20, color: Colors.black, fontWeight: FontWeight.w500)
});
SubTitleOptions({
required this.text,
this.style = const TextStyle(fontSize: 20, color: Colors.black, fontWeight: FontWeight.w500)
});