Volcano constructor

const Volcano({
  1. Key? key,
})

Implementation

const Volcano({
  Key? key,
}) : super(key: key);