lg10 method
- Alternate to col method for lg
Implementation
AzResponsive lg10(BuildContext context) {
child = helperLg(context, 0.0833*10);
return this;
}
AzResponsive lg10(BuildContext context) {
child = helperLg(context, 0.0833*10);
return this;
}