style property

  1. @JsonKey.new(fromJson: _connectionStyleFromJson, toJson: _connectionStyleToJson)
ConnectionStyle? style
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;