titleLarge method
Sets TextTheme title large
Implementation
VxTextBuilder titleLarge(BuildContext context) {
_themedStyle = context.textTheme.titleLarge;
return this;
}
Sets TextTheme title large
VxTextBuilder titleLarge(BuildContext context) {
_themedStyle = context.textTheme.titleLarge;
return this;
}