autodot method

T autodot({
  1. required bool enable,
})

虚化 横向实线变成虚线

Implementation

T autodot({required bool enable}) {
  return push(TAutoDot(enable: enable));
}