menu
fl_animated_linechart package
documentation
chart/animated_line_chart.dart
Legend
Legend const constructor
Legend const constructor
dark_mode
light_mode
Legend
constructor
const
Legend
(
{
String
?
title
,
Color
?
color
,
Icon
?
icon
,
TextStyle
?
style
,
bool
?
showLeadingLine
=
false
,
})
Implementation
const Legend({ this.title, this.color, this.icon, this.style, this.showLeadingLine = false, });
fl_animated_linechart package
documentation
chart/animated_line_chart
Legend
Legend const constructor
Legend class