menu
storebounty_account package
documentation
support/notification/receivedchat.dart
ReceivedChat
ReceivedChat const constructor
ReceivedChat const constructor
dark_mode
light_mode
ReceivedChat
constructor
const
ReceivedChat
(
{
Key
?
key
,
dynamic
message
,
Color
?
defaultColor
,
})
Implementation
const ReceivedChat({Key? key, this.message, this.defaultColor}) : super(key: key);
storebounty_account package
documentation
support/notification/receivedchat
ReceivedChat
ReceivedChat const constructor
ReceivedChat class