getStyle static method

LabelStyle getStyle()
override

返回当前设置的样式属性对象

Implementation

static LabelStyle getStyle() {
  return LabelStyle(LabelFormat(), Format());
}