lg8 method

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

Implementation

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