fromBottom property

EdgeInsets get fromBottom

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

Implementation

EdgeInsets get fromBottom => EdgeInsets.only(bottom: toDouble());