lg6 method

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

Implementation

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