menu
flutter_custom_timeline package
documentation
package.dart
LineStyle
LineStyle.new const constructor
LineStyle.new const constructor
dark_mode
light_mode
LineStyle
constructor
const
LineStyle
(
{
Color
color
=
Colors.grey
,
double
thickness
=
4
,
})
Implementation
const LineStyle({ this.color = Colors.grey, this.thickness = 4, });
flutter_custom_timeline package
documentation
package
LineStyle
LineStyle.new const constructor
LineStyle class