toMap method

dynamic toMap()

Implementation

toMap() {
  return {
    'borderColor': borderColor,
    'cornerRadius': cornerRadius,
    'padding': padding,
    'borderWidth': borderWidth,
    'font': font,
    'textAlignment': textAlignment,
    'textColor': textColor,
    'placeholderColor': placeholderColor,
    'width': width,
    'height': height,
    'margin': margin,
    'backgroundColor': backgroundColor,
    'minWidth': minWidth,
    'maxWidth': maxWidth,
    'minHeight': minHeight,
    'maxHeight': maxHeight,
  };
}