md9 method
- Alternate to col method for md
Implementation
AzResponsive md9(BuildContext context) {
child = helperMd(context, 0.0833*9);
return this;
}
AzResponsive md9(BuildContext context) {
child = helperMd(context, 0.0833*9);
return this;
}