MaybeDirectRoomActionWidget class

Constructors

MaybeDirectRoomActionWidget({dynamic key, required String searchVal, bool canMatchAlias = true, bool canMatchId = true})
const

Properties

canMatchAlias bool
final
canMatchId bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchVal String
final

Methods

build(dynamic context, dynamic ref) → dynamic
loadingCard() → dynamic
noMemberButton(dynamic context, dynamic ref, dynamic room, String roomId, List<String> servers) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSelectedMatch(dynamic context, dynamic ref, List<String> serverNames, {String? roomId, String? alias}) → void
renderAliased(dynamic context, dynamic ref, String alias, String server) → dynamic
renderForRoomId(dynamic context, dynamic ref, String roomId, List<String> servers) → dynamic
renderRoomCard(String roomId, {void onTap()?, dynamic trailing}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited