TitleOptions constructor
TitleOptions({})
Implementation
TitleOptions({
required this.text,
this.style = const TextStyle(fontSize: 24, color: Colors.black, fontWeight: FontWeight.w600)
});
TitleOptions({
required this.text,
this.style = const TextStyle(fontSize: 24, color: Colors.black, fontWeight: FontWeight.w600)
});