ElementModel constructor

ElementModel(
  1. String? key,
  2. Rect? bounds,
  3. Offset? offset,
  4. Type runtimeType, {
  5. Element? element,
})

Implementation

ElementModel(
  this.key,
  this.bounds,
  this.offset,
  this.runtimeType, {
  this.element,
});