toPadding method

EdgeInsets toPadding()

Implementation

EdgeInsets toPadding() {
  return EdgeInsets.all(this.toDouble());
}