CallRectangleRow constructor

const CallRectangleRow({
  1. required String chatId,
  2. required String rect,
})

Implementation

const CallRectangleRow({required this.chatId, required this.rect});