ColumnRating constructor

const ColumnRating({
  1. Key? key,
  2. required Function func,
  3. required Map answer,
  4. required Map question,
})

Implementation

const ColumnRating({Key? key, required this.func, required this.answer, required this.question}) : super(key: key);