Map<String, dynamic> toMap() => { 'name': name, 'id': id, 'act': act, 'height': height, 'width': width, 'borderRadius': borderRadius, 'colorHex': colorHex, 'textColorHex': textColorHex };