RoastView constructor

const RoastView({
  1. Key? key,
  2. required RoastViewParams params,
})

Implementation

const RoastView({
  super.key,
  required this.params,
});