px static method

EdgeInsets px(
  1. double h
)

get horizontaly padding

Implementation

static EdgeInsets px(double h) => _pad(h: h);