width property

int get width

Implementation

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