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