fixWidthWithIconSpinner method

void fixWidthWithIconSpinner()

Implementation

void fixWidthWithIconSpinner() {
  /**
   * the icon spinner with is 24 px, so need to decrease the width of frame
   */
  final widthArrow = 30 ;
  width_frame = width_frame +widthArrow;
}