padT property

EdgeInsets padT

Padding top

Implementation

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