fromTop property

EdgeInsets get fromTop

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

Implementation

EdgeInsets get fromTop => EdgeInsets.only(top: toDouble());