p property

  1. @override
String? p
final

Sets the box padding from all the side

Box(
 p:'2'
)

Implementation

@override
final String? p;