RoomHierarchyCard class

Constructors

RoomHierarchyCard({dynamic key, required dynamic roomInfo, required String parentId, dynamic onTap, dynamic onLongPress, dynamic onFocusChange, dynamic titleTextStyle, dynamic subtitleTextStyle, dynamic leadingAndTrailingTextStyle, double avatarSize = 48, dynamic contentPadding = const EdgeInsets.all(15), dynamic shape, bool withBorder = true, bool indicateIfSuggested = false, dynamic trailing})
const

Properties

avatarSize double
the Size of the Avatar to render
final
contentPadding → dynamic
The tile’s internal padding.
final
hashCode int
The hash code for this object.
no setterinherited
indicateIfSuggested bool
Whether to show the suggested info if this is a suggested room
final
leadingAndTrailingTextStyle → dynamic
The text style for ListTile’s leading and trailing.
final
onFocusChange → dynamic
final
onLongPress → dynamic
Called when the user long-presses on this list tile.
final
onTap → dynamic
Called when the user taps this list tile.
final
parentId String
The parent roomId this is rendered for
final
roomInfo → dynamic
The room info to display
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape → dynamic
The shape of the card’s Material.
final
subtitleTextStyle → dynamic
The text style for ListTile’s subtitle.
final
titleTextStyle → dynamic
The text style for ListTile’s title.
final
trailing → dynamic
Custom trailing widget.
final
withBorder bool
Whether or not to render a border around that element.
final

Methods

build(dynamic context, dynamic ref) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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