pl property
EdgeInsets
get
pl
Padding left only: pl
Implementation
EdgeInsets get pl => EdgeInsets.only(left: toDouble());
Padding left only: pl
EdgeInsets get pl => EdgeInsets.only(left: toDouble());