my function

MarginAttribute my(
  1. double space
)

Margin verttical

Implementation

MarginAttribute my(double space) => MarginAttribute(top: space, bottom: space);