mb function

MarginAttribute mb(
  1. double space
)

Margin bottom

Implementation

MarginAttribute mb(double space) => MarginAttribute(bottom: space);