ChatPopBorder constructor

ChatPopBorder({
  1. double offset = 0.8,
  2. Size arrowSize = const Size(10, 10),
  3. double? position,
})

Implementation

ChatPopBorder({
  this.offset = 0.8,
  this.arrowSize = const Size(10, 10),
  this.position,
});