pr property
EdgeInsets
get
pr
Right padding EdgeInsets.
Example:
8.pr; // EdgeInsets.only(right: 8)
Implementation
EdgeInsets get pr => EdgeInsets.only(right: toDouble());
Right padding EdgeInsets.
Example:
8.pr; // EdgeInsets.only(right: 8)
EdgeInsets get pr => EdgeInsets.only(right: toDouble());