lg4 method

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

Implementation

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