px property Null safety

String? px
final

Sets the box padding on X-Axis

Box(
 px:'2'
)

Implementation

@override
final String? px;