lineTouchData property
LineTouchData
get
lineTouchData
Implementation
LineTouchData get lineTouchData => LineTouchData(
handleBuiltInTouches: true,
touchTooltipData: LineTouchTooltipData(
getTooltipColor: (group) => Colors.blueGrey.withValues(alpha: 0.8),
),
);