QuestionIcon constructor

const QuestionIcon({
  1. Key? key,
  2. double size = 80,
})

Implementation

const QuestionIcon({Key? key, this.size = 80}) : super(key: key);