chat property

PipSettings get chat

Settings for a chat bubble

Implementation

static PipSettings get chat => const PipSettings(
  collapsedWidth: 200.0,
  collapsedHeight: 120.0,
  expandedWidth: 300.0,
  expandedHeight: 400.0,
  backgroundColor: Colors.blue,
);