CardRender constructor

const CardRender({
  1. required String top,
  2. required String bottom,
})

Implementation

const CardRender({required this.top, required this.bottom});