sm12 method

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

Implementation

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