pt8 property

Widget pt8

Implementation

Widget get pt8 => Padding(
      child: this,
      padding: const EdgeInsets.only(top: 8),
    );