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