toMap method

Map<String, int?> toMap()

Implementation

Map<String, int?> toMap() {
  return {
    "backgroundColor": backgroundColor,
    "textColor": textColor,
    "progressColor": progressColor,
    "buttonBackgroundColor": buttonBackgroundColor,
    "buttonTextColor": buttonTextColor,
    "inputBackgroundColor": inputBackgroundColor,
    "inputOutlineColor": inputOutlineColor,
    "inputTextColor": inputTextColor,
    "inputHintColor": inputHintColor,
  };
}