TLabel constructor

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

Implementation

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