padT property

EdgeInsets get padT

Padding top

Implementation

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