lg12 method

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

Implementation

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