view method
Renders the widget to a string or View.
Use layout widgets like Row and Column to compose child views.
Implementation
@override
Object view() => _renderRibbonChartString(
series,
width ?? 60,
height ?? 12,
seriesStyles,
normalizeTotals,
fillChar,
showGrid,
gridRows,
gridCols,
gridStyle ?? const UvStyle(),
legendEntries,
legendColumns,
legendRowGap,
legendPosition,
legendPadding,
);