all static method

EdgeInsets all(
  1. double size
)

Implementation

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