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