marginAll method
Implementation
StyleContext marginAll([double value = 10]) {
_margin = _margin.add(EdgeInsetsDirectional.all(value));
return this;
}
StyleContext marginAll([double value = 10]) {
_margin = _margin.add(EdgeInsetsDirectional.all(value));
return this;
}