toJson method

Map toJson()

Implementation

Map toJson() => {
      'textFont': textFont,
      'textFontStyle': textFontStyle,
      'textColor': textColor,
      'textSize': textSize,
      'verticalPosition': verticalPosition,
      'textAlpha': textAlpha,
      'centerBackground' : centerBackground,
      'backgroundColor' : centerHintBackgroundColor,
      'backgroundAlpha' : (centerBackground == false) ? 0 : centerHintBackgroundAlpha,
      'cornerRadius' : centerHintCornerRadius,
    };