topPad property

EdgeInsets get topPad

Creates EdgeInsets with only top padding

Implementation

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