ChatTextListTile constructor
const
ChatTextListTile({
- Key? key,
- required String text,
- bool isFromMe = true,
- Widget? senderName,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? textPadding,
- TextStyle? textStyle,
- ChatSendStatus? chatSendStatus,
- ChatSendStatusWidgets? chatSendStatusWidgets,
- String? dateTimeText,
- TextStyle? dateTimeTextStyle,
Implementation
const ChatTextListTile({
Key? key,
required this.text,
this.isFromMe = true,
this.senderName,
this.padding,
this.textPadding,
this.textStyle,
this.chatSendStatus,
this.chatSendStatusWidgets,
this.dateTimeText,
this.dateTimeTextStyle,
}) : super(key: key);