Map<String, dynamic> toJson() { return { 'clickableThrough': clickableThrough, 'width': width, 'height': height, 'gravity': gravity.value, }; }