LeaveMsgHistoryPage constructor

const LeaveMsgHistoryPage({
  1. Key? key,
  2. @required String? wid,
  3. @required String? aid,
  4. @required String? type,
})

Implementation

const LeaveMsgHistoryPage(
    {Key? key,
    @required this.wid,
    @required this.aid,
    @required this.type})
    : super(key: key);