edgeInsetsAll static method

dynamic edgeInsetsAll(
  1. double a
)

Implementation

static edgeInsetsAll(double a) =>
    EdgeInsets.fromLTRB(width(a), height(a), width(a), height(a));