Valuesettings constructor
const
Valuesettings({})
Implementation
const Valuesettings(
{required this.showValues,
this.ValueTextStyle = const TextStyle(
fontSize: 14,
fontWeight: FontWeight.bold,
color: Colors.black,
)});