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() => _renderHeatmapChartString(
grid,
width ?? 30,
height ?? 10,
ramp,
useBackground,
glyph,
showGrid,
gridRows,
gridCols,
gridStyle ?? const UvStyle(),
xLabels,
yLabels,
labelStyle ?? const UvStyle(),
legendEntries,
legendColumns,
legendRowGap,
legendPosition,
legendPadding,
);