MessageFooter<T extends MessageBase> constructor
const
MessageFooter<T extends MessageBase> (
- T item, {
- Key? key,
Implementation
const MessageFooter(this.item, {Key? key}) : super(key: key);