fromLeft property
Creates EdgeInsets with only left offset set to the current value.
Implementation
EdgeInsets get fromLeft => EdgeInsets.only(left: toDouble());
Creates EdgeInsets with only left offset set to the current value.
EdgeInsets get fromLeft => EdgeInsets.only(left: toDouble());