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