OverflowResult constructor
const
OverflowResult({})
Implementation
const OverflowResult({
required this.widgetName,
required this.fileName,
required this.suggestion,
this.parentWidget,
this.line,
this.column,
this.overflowDirection,
this.overflowPixels,
});