lg5 method

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

Implementation

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