mx property

  1. @override
String? mx
final

Sets the box margin on X-Axis

Box(
 mx:'2'
)

Implementation

@override
final String? mx;