menu
nabit_app
component\dashed_line.dart
VerticalDashedLine
VerticalDashedLine const constructor
VerticalDashedLine
dark_mode
light_mode
VerticalDashedLine
constructor
const
VerticalDashedLine
(
{
Key
?
key
,
double
width
=
1
,
Color
color
=
Colors.grey
}
)
Implementation
const VerticalDashedLine({Key? key, this.width = 1, this.color = Colors.grey}) : super(key: key);
nabit_app
dashed_line
VerticalDashedLine
VerticalDashedLine const constructor
VerticalDashedLine class