toHorizontalPadding method

EdgeInsets toHorizontalPadding()

Implementation

EdgeInsets toHorizontalPadding() {
  return EdgeInsets.symmetric(horizontal: this.toDouble());
}