toMap property

Map<String, Object> toMap

Implementation

Map<String, Object> get toMap {
  return {
    'visible': visible,
    'textColor': textColor.toLowerCase(),
    'buttonColor': buttonColor.toLowerCase(),
    'fontSize': fontSize,
  };
}