top property

EdgeInsets get top

Creates EdgeInsets for top padding only

Example:

16.top // EdgeInsets.only(top: 16)

Implementation

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