TBline constructor

TBline({
  1. int height = 3,
  2. int offset = 0,
})

Implementation

TBline({
  int height= 3,
  int offset = 0,
}) {
  _height = height;
  _offset = offset;
}