mt property

  1. @override
String? mt
final

Sets the box margin from top

Box(
 mt:'2'
)

Implementation

@override
final String? mt;