ViewData constructor
const
ViewData({})
Implementation
const ViewData(
{super.key,
required this.dataDate,
required this.dataValue,
required this.dataColor,
required this.textColors});
const ViewData(
{super.key,
required this.dataDate,
required this.dataValue,
required this.dataColor,
required this.textColors});