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