handleSize method

dynamic handleSize()

handle widget size default screenWidth,screenWidth if outside box has limit,then select min value

Implementation

handleSize() {
  mSize = Size(cacheBox?.maxWidth ?? 0, cacheBox?.maxHeight ?? 0);
  refreshLyricHeight(mSize);
}