RoastView constructor
const
RoastView({
- Key? key,
- required RoastViewParams params,
Implementation
const RoastView({
super.key,
required this.params,
});
const RoastView({
super.key,
required this.params,
});