lg2 method

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

Implementation

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