lg10 method

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

Implementation

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