sm5 method

AzResponsive sm5(
  1. BuildContext context
)
  • Alternate to col method for sm

Implementation

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