kwidth function

SizedBox kwidth(
  1. int width
)

占位空白宽度

Implementation

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