relationWidth property

  1. @BuiltValueField(wireName: 'relation_width')
double? relationWidth

The desired width of the sticker relative to the screen is (0, 1), the height will be calculated taking into account the preservation of the aspect ratio of the content

Implementation

@BuiltValueField(wireName: 'relation_width')
double? get relationWidth;