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