ReceiveRow constructor

const ReceiveRow({
  1. required SendData sendData,
})

Implementation

const ReceiveRow({required this.sendData});