all static method

EdgeInsets all(
  1. double all
)

get all side padding

Implementation

static EdgeInsets all(double all) => _pad(all: all);