sm9 method

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

Implementation

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