fromRight property

EdgeInsets get fromRight

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

Implementation

EdgeInsets get fromRight => EdgeInsets.only(right: toDouble());