right property
EdgeInsetsGeometry
get
right
Adds right padding to existing EdgeInsetsGeometry (chainable)
Implementation
EdgeInsetsGeometry get right {
return EdgeInsetsDirectional.only(end: 0).add(this);
}