toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "image": image,
  "align": align,
  "imagewidth": imagewidth,
  "imageheight": imageheight,
  "flex": flex,
  "text": text,
  "textsize": textsize,
  "bold": bold,
  "textwrap": textwrap,
};