right property

EdgeInsets get right

Creates EdgeInsets for right padding only

Example:

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

Implementation

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