CallTimer constructor
const
CallTimer({})
Implementation
const CallTimer({
Key? key,
this.timerTextStyle,
required this.isStartTimer,
required this.txtTimer,
required this.txtWaiting,
}) : super(key: key);
const CallTimer({
Key? key,
this.timerTextStyle,
required this.isStartTimer,
required this.txtTimer,
required this.txtWaiting,
}) : super(key: key);