height property

int get height

Implementation

int get height {
  return _infos[name]?.height ?? 0;
}