SolutionConfig constructor

SolutionConfig({
  1. required int primaryColor,
})

Implementation

SolutionConfig({required this.primaryColor});