setWidth method

  1. @override
LabelStyle setWidth(
  1. int width
)
override

设置打印区域宽

Implementation

@override
LabelStyle setWidth(int width) {
  super.setWidth(width);
  return this;
}