ph12 method

Padding ph12()

The function ph12 returns a Padding widget with horizontal padding of 12.0.

Implementation

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