BackgroundRow constructor

const BackgroundRow({
  1. required String userId,
  2. required Uint8List data,
})

Implementation

const BackgroundRow({required this.userId, required this.data});