getBaseDetails method
Construct a base details element for a given datum.
This is intended to be overridden by child classes that need to add customized rendering properties.
Implementation
@override
BarRendererElement<D> getBaseDetails(dynamic datum, int index) {
return BarRendererElement<D>();
}