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