p20 property

EdgeInsets get p20

Gives 20dp padding from all sides

Implementation

static EdgeInsets get p20 => _padding(all: 20);