PaddingNum extension

Converts a num into an EdgeInsets

on

Methods

paddingAll() EdgeInsets
Creates insets where all the offsets are value.
paddingBottom() EdgeInsets
Creates insets with only the bottom value.
paddingHorizontal() EdgeInsets
Creates insets with symmetric horizontal offsets.
paddingLeft() EdgeInsets
Creates insets with only the left value.
paddingRight() EdgeInsets
Creates insets with only the right value.
paddingTop() EdgeInsets
Creates insets with only the top value.
paddingVertical() EdgeInsets
Creates insets with symmetric vertical offsets.