all method

EdgeInsets all(
  1. double n
)

EdgeInsets.all(unit * n).

Implementation

EdgeInsets all(double n) => EdgeInsets.all(unit * n);