menu
itwo_flutter_base package
documentation
widget/widget_commonly.dart
DashLine
DashLine const constructor
DashLine const constructor
dark_mode
light_mode
DashLine
constructor
const
DashLine
(
{
double
height
=
1
,
Color
color
=
Colors.grey
,
double
dashWidth
=
10
,
})
Implementation
const DashLine({this.height = 1, this.color = Colors.grey, this.dashWidth = 10});
itwo_flutter_base package
documentation
widget/widget_commonly
DashLine
DashLine const constructor
DashLine class