lg3 method

AzResponsive lg3(
  1. BuildContext context
)
  • Alternate to col method for lg

Implementation

AzResponsive lg3(BuildContext context) {
  child = helperLg(context, 0.0833*3);
  return this;
}