menu
messenger
ui/page/call/widget/call_title.dart
CallTitle
CallTitle const constructor
CallTitle
dark_mode
light_mode
CallTitle
constructor
const
CallTitle
(
{
Key
?
key
,
String
?
title
,
String
?
state
,
bool
withDots
=
false
,
})
Implementation
const CallTitle({super.key, this.title, this.state, this.withDots = false});
messenger
call_title
CallTitle
CallTitle const constructor
CallTitle class