LineCaps constructor

const LineCaps({
  1. LineCapType? start,
  2. LineCapType? end,
})

Implementation

const LineCaps({this.start, this.end});