custom static method

double custom(
  1. double value
)

Custom spacing

Implementation

static double custom(double value) => ScreenUtil.instance.setWidth(value);