all static method

EdgeInsets all(
  1. double size
)

Returns an EdgeInsets with all sides scaled by size.

Implementation

static EdgeInsets all(double size) => EdgeInsets.all(_scale(size));