SBUGroupChannelMembersScreen class
SBUGroupChannelMembersScreen
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- SBUGroupChannelMembersScreen
Constructors
- SBUGroupChannelMembersScreen({required int messageCollectionNo, void onInviteButtonClicked(GroupChannel)?, Key? key})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- messageCollectionNo → int
-
final
- onInviteButtonClicked → void Function(GroupChannel)?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
amIFrozen(
GroupChannel? channel) → bool -
inherited
-
amIMuted(
GroupChannel? channel) → bool -
inherited
-
amIOperator(
GroupChannel? channel) → bool -
inherited
-
canChooseDocument(
) → bool -
inherited
-
canChoosePhoto(
) → bool -
inherited
-
canGetFile(
) → bool -
inherited
-
canGetPhotoFile(
) → bool -
inherited
-
canTakePhoto(
) → bool -
inherited
-
canTakeVideo(
) → bool -
inherited
-
copyTextToClipboard(
String text, SBUStrings strings) → Future< void> -
inherited
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< StatefulWidget> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
getAvatarComponent(
{required bool isLightTheme, required double size, User? user}) → SBUAvatarComponent -
inherited
-
getChannelCacheKey(
BaseChannel? channel) → String? -
inherited
-
getDefaultContainer(
bool isLightTheme, {Widget? child}) → Widget -
inherited
-
getFileType(
FileMessage message) → SBUFileType -
inherited
-
getGroupChannelAvatarComponent(
{required bool isLightTheme, required double size, required GroupChannel channel}) → SBUAvatarComponent -
inherited
-
getGroupChannelName(
GroupChannel channel, SBUStrings strings) → String -
inherited
-
getMessageCacheKey(
BaseMessage? message) → String? -
inherited
-
getMyMember(
GroupChannel? channel) → Member? -
inherited
-
getNickname(
User? user, SBUStrings strings) → String -
inherited
-
getNicknameOrYou(
User? user, SBUStrings strings) → String -
inherited
-
getReadStatusIcon(
GroupChannel channel, BaseMessage? message, bool isLightTheme) → SBUIconComponent? -
inherited
-
getThumbnailSize(
) → Size -
inherited
-
getTypingStatus(
GroupChannel channel, SBUStrings strings) → String? -
inherited
-
isDisabled(
GroupChannel? channel) → bool -
inherited
-
isReplyMessage(
BaseMessage message) → bool -
inherited
-
isReplyMessageToChannel(
BaseMessage message) → bool -
inherited
-
isThemeTestOn(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showToast(
{required bool isLightTheme, required String text, bool isError = false}) → void -
inherited
-
sortMembersByNickname(
List< Member> members) → List<Member> -
inherited
-
sortUsersByNickname(
List< User> users) → List<User> -
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
-
unfocus(
) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited