bottomLeftInsets property

EdgeInsets get bottomLeftInsets

Implementation

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