p32 property

EdgeInsets get p32

Gives 32dp padding from all sides

Implementation

static EdgeInsets get p32 => _padding(all: 32);