ModelPath constructor

const ModelPath({
  1. required Path path,
  2. String? title,
  3. Color? color,
})

Implementation

const ModelPath({required this.path, this.title, this.color});