paddingAll static method

EdgeInsets paddingAll(
  1. BuildContext context,
  2. double value
)

Implementation

static EdgeInsets paddingAll(BuildContext context, double value) =>
    EdgeInsets.all(value.s(context));