sm3 method

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

Implementation

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