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