lg7 method

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

Implementation

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