margin property

String get margin

Convert to CSS margin string

Implementation

String get margin => '${top}px ${right}px ${bottom}px ${left}px';