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