bottomLeft property
EdgeInsetsGeometry
get
bottomLeft
Implementation
EdgeInsetsGeometry get bottomLeft => EdgeInsets.only(
bottom: _value,
left: _value,
);
EdgeInsetsGeometry get bottomLeft => EdgeInsets.only(
bottom: _value,
left: _value,
);