minOpacity property
Defines the min
value for the opacity
that a line could have, since color opacity it's generated randomly ,
this prevents the value from going to low (making it invisible)
defaults to 0.4
Implementation
final double minOpacity;