none property

EdgeInsets none

Gives remove padding from all sides

Implementation

static EdgeInsets get none => all(0);