paddingRight method

EdgeInsets paddingRight()

Creates insets with only the right value.

Implementation

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