TContinuous constructor

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

Implementation

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