bar method

T bar({
  1. required TBar arg,
})

画线(只能画横竖线)

Implementation

T bar({required TBar arg}) {
  return push(arg);
}