toMap method
Implementation
Map<String, dynamic> toMap() => {
"svgWidth": svgWidth,
"svgHeight": svgHeight,
"outerContainerWidth": outerContainerWidth,
"outerContainerHeight": outerContainerHeight,
"fontSize": fontSize,
"circleFontIndicatorSize": circleFontIndicatorSize,
"customSvgSelected": customSvgSelected,
"customSvgUnSelected": customSvgUnSelected,
};