pl property
EdgeInsets
get
pl
Left padding EdgeInsets.
Example:
8.pl; // EdgeInsets.only(left: 8)
Implementation
EdgeInsets get pl => EdgeInsets.only(left: toDouble());
Left padding EdgeInsets.
Example:
8.pl; // EdgeInsets.only(left: 8)
EdgeInsets get pl => EdgeInsets.only(left: toDouble());