mt function

MarginAttribute mt(
  1. double space
)

Margin top

Implementation

MarginAttribute mt(double space) => MarginAttribute(top: space);