menu
mirrorfly_uikit_plugin package
documentation
app/model/arguments.dart
ChatInfoArguments
ChatInfoArguments.new const constructor
ChatInfoArguments.new const constructor
dark_mode
light_mode
ChatInfoArguments
constructor
const
ChatInfoArguments
(
{
required
String
chatJid
,
bool
disableAppbar
=
false
,
})
Implementation
const ChatInfoArguments({required this.chatJid, this.disableAppbar = false});
mirrorfly_uikit_plugin package
documentation
app/model/arguments
ChatInfoArguments
ChatInfoArguments.new const constructor
ChatInfoArguments class