kWidth function

SizedBox kWidth(
  1. int width
)

占位空白宽度

Implementation

SizedBox kWidth(int width) {
  return SizedBox(width: width.w);
}