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