textTitleLargeTablet function
Implementation
Widget textTitleLargeTablet(BuildContext context, String text) {
return Text(text,
style: Theme.of(context).textTheme.titleLarge!.copyWith(fontSize: 13.sp));
}
Widget textTitleLargeTablet(BuildContext context, String text) {
return Text(text,
style: Theme.of(context).textTheme.titleLarge!.copyWith(fontSize: 13.sp));
}