lg9 method

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

Implementation

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