toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "choiceContainerWidth": choiceContainerWidth,
      "choiceContainerHeight": choiceContainerHeight,
      "fontSize": fontSize,
      "circularFontContainerSize": circularFontContainerSize,
      "otherOptionTextFieldHeight": otherOptionTextFieldHeight,
      "otherOptionTextFieldWidth": otherOptionTextFieldWidth,
      "otherOptionTextFontSize": otherOptionTextFontSize,
    };