pbl property

Converts num as padding in the lower left direction.

numを左下方向のパディングとして変換します。

Implementation

EdgeInsets get pbl => EdgeInsets.only(bottom: toDouble(), left: toDouble());