menu
flutter_waya package
documentation
components/dotted_line.dart
DottedLinePainter
DottedLinePainter constructor
DottedLinePainter constructor
dark_mode
light_mode
DottedLinePainter
constructor
DottedLinePainter
(
{
double
strokeWidth
=
1.0
,
Color
color
=
Colors.greenAccent
,
double
gap
=
5.0
,
})
Implementation
DottedLinePainter( {this.strokeWidth = 1.0, this.color = Colors.greenAccent, this.gap = 5.0});
flutter_waya package
documentation
components/dotted_line
DottedLinePainter
DottedLinePainter constructor
DottedLinePainter class