all static method

dynamic all(
  1. double value
)

Implementation

static all(double value) => EdgeInsets.all(value);