DashView constructor

const DashView({
  1. double height = 1,
  2. Color color = Colors.black,
  3. Key? key,
})

Implementation

const DashView({this.height = 1, this.color = Colors.black, Key? key}) : super(key: key);