t method
.t can be used to figure out the font size of a text
Implementation
double t(BuildContext context) {
return (h(context) + w(context)) / 2;
}
.t can be used to figure out the font size of a text
double t(BuildContext context) {
return (h(context) + w(context)) / 2;
}