toJson method
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,
};