ml function

MarginAttribute ml(
  1. double space
)

Margin left

Implementation

MarginAttribute ml(double space) => MarginAttribute(left: space);