none property

EdgeInsets get none

Provides zero padding for all sides.

Returns an EdgeInsets object with no padding.

Implementation

static EdgeInsets get none => all(0);