CallTitle constructor

const CallTitle({
  1. Key? key,
  2. String? title,
  3. String? state,
  4. bool withDots = false,
})

Implementation

const CallTitle({super.key, this.title, this.state, this.withDots = false});