ScanCreateScreen constructor

ScanCreateScreen({
  1. Key? key,
  2. required Color colorPrimary,
})

Implementation

ScanCreateScreen({Key? key, required this.colorPrimary}) : super(key: key);