SignalComponent constructor

const SignalComponent({
  1. Key? key,
  2. double size = 20.0,
  3. Color activeColor = const Color.fromRGBO(71, 240, 155, 1),
  4. Color inactiveColor = Colors.white,
})

Implementation

const SignalComponent({super.key, this.size = 20.0, this.activeColor = const Color.fromRGBO(71, 240, 155, 1), this.inactiveColor = Colors.white});