menu
charts_flutter_new package
documentation
flutter.dart
LineStyleSpec
LineStyleSpec const constructor
LineStyleSpec const constructor
dark_mode
light_mode
LineStyleSpec
constructor
const
LineStyleSpec
(
{
Color
?
color
,
List
<
int
>
?
dashPattern
,
int
?
thickness
,
})
Implementation
const LineStyleSpec({this.color, this.dashPattern, this.thickness});
charts_flutter_new package
documentation
flutter
LineStyleSpec
LineStyleSpec const constructor
LineStyleSpec class