menu
sheep_widgets package
documentation
widgets/dashed_rect.dart
DashedRect
DashedRect.new constructor
DashedRect.new constructor
dark_mode
light_mode
DashedRect
constructor
DashedRect
(
{
Color
color
=
Colors.black
,
double
strokeWidth
=
1.0
,
double
gap
=
5.0
,
Widget
?
child
,
})
Implementation
DashedRect({this.color = Colors.black, this.strokeWidth = 1.0, this.gap = 5.0, this.child});
sheep_widgets package
documentation
widgets/dashed_rect
DashedRect
DashedRect.new constructor
DashedRect class