MasstransitLineStyle constructor

const MasstransitLineStyle({
  1. int? color,
})

Implementation

const MasstransitLineStyle({
  this.color,
});