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