padding method

EdgeInsets padding()

Implementation

EdgeInsets padding() {
  return EdgeInsets.all(toDouble());
}