MaybeDirectRoomActionWidget constructor

const MaybeDirectRoomActionWidget({
  1. dynamic key,
  2. required String searchVal,
  3. bool canMatchAlias = true,
  4. bool canMatchId = true,
})

Implementation

const MaybeDirectRoomActionWidget({
  super.key,
  required this.searchVal,
  this.canMatchAlias = true,
  this.canMatchId = true,
});