QuestionShape constructor

QuestionShape({
  1. Color? color,
  2. double size = 20.0,
})

Implementation

QuestionShape({this.color, this.size = 20.0});