ph20 method

Padding ph20()

The function ph20 returns a Padding widget with a horizontal padding of 20.

Implementation

Padding ph20() => Padding(
      padding: const EdgeInsets.symmetric(horizontal: 20.0),
      child: this,
    );