padZero method

Padding padZero()

Implementation

Padding padZero() => Padding(
      padding: EdgeInsets.zero,
      child: this,
    );