fromLeft property

EdgeInsets get fromLeft

Creates EdgeInsets with only left offset set to the current value.

Implementation

EdgeInsets get fromLeft => EdgeInsets.only(left: toDouble());