TabDurSym constructor

TabDurSym({
  1. required Duration duration,
  2. bool above = true,
})

Implementation

TabDurSym({required this.duration, this.above = true});