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