MessageFooter<T extends MessageBase> constructor

const MessageFooter<T extends MessageBase>(
  1. T item, {
  2. Key? key,
})

Implementation

const MessageFooter(this.item, {Key? key}) : super(key: key);