style property
- @JsonKey.new(fromJson: _connectionStyleFromJson, toJson: _connectionStyleToJson)
final
Optional custom style override for this connection.
If null, the connection will use the style from ConnectionTheme. See ConnectionStyles for built-in style options.
Implementation
@JsonKey(fromJson: _connectionStyleFromJson, toJson: _connectionStyleToJson)
final ConnectionStyle? style;