pl property

  1. @override
String? pl
final

Sets the box padding from left

Box(
 pl:'2'
)

Implementation

@override
final String? pl;