padAll method

AutoLayout padAll(
  1. double num
)

Implementation

AutoLayout padAll(double num) {
  return this.._padding = EdgeInsets.all(num);
}