LaneImageRenderSettings constructor
Constructor
Parameters
- IN backgroundColor Background color
- IN activeColor Active lanes color
- IN inactiveColor Inactive lanes color
Implementation
const LaneImageRenderSettings({
this.backgroundColor = const Color.fromARGB(0, 0, 0, 0),
this.activeColor = const Color.fromARGB(255, 255, 255, 255),
this.inactiveColor = const Color.fromARGB(255, 140, 140, 140),
});