lg1 method

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

Implementation

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