toJson method

Map toJson()

Implementation

Map toJson() => {
  'textMessage': textMessage,
  'textFont': textFont,
  'textStyle': textStyle,
  'textColor': textColor,
  'textSize': textSize,
  'textAlpha': textAlpha,
  'backgroundColor': backgroundColor,
  'backgroundOpacity': backgroundOpacity,
  'cornerRadius': cornerRadius,
  'flashColor': flashColor,
  'enable': enable,
};