appUserListTile class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- appUserListTile
Constructors
- appUserListTile({String? superScriptText, Widget? iconWidget, dynamic callBack(int?)?, int? userId, String? subtitle3, Widget? trailWidget, bool isOnline = false, bool isVerified = false, bool showDivider = false, String? title = "", String? subtitle1, String? subtitle2, String? imageUrl, bool isPerson = true, bool isFullImageUrl = false, bool showRating = false, bool isModerator = false, double rating = 0.0, bool showCount = false, bool showAvatar = true, Function? onLongPressed, Function? onPressed, int count = 0, Widget? trailingWidget, Widget? subtitleWidget, Widget? titleWidget, Widget? leadingWidget, BoxDecoration? decoration, EdgeInsets? padding, EdgeInsets? margin})
Properties
- callBack → dynamic Function(int?)?
-
final
- count → int
-
final
- decoration → BoxDecoration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconWidget → Widget?
-
final
- imageUrl → String?
-
final
- isFullImageUrl → bool
-
final
- isModerator → bool
-
final
- isOnline → bool
-
final
- isPerson → bool
-
final
- isVerified → bool
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- leadingWidget → Widget?
-
final
- margin → EdgeInsets?
-
final
- onLongPressed → Function?
-
final
- onPressed → Function?
-
final
- padding → EdgeInsets?
-
final
- rating → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAvatar → bool
-
final
- showCount → bool
-
final
- showDivider → bool
-
final
- showRating → bool
-
final
- subtitle1 → String?
-
final
- subtitle2 → String?
-
final
- subtitle3 → String?
-
final
- subtitleWidget → Widget?
-
final
- superScriptText → String?
-
final
- title → String?
-
final
- titleWidget → Widget?
-
final
- trailingWidget → Widget?
-
final
- trailWidget → Widget?
-
final
- userId → int?
-
final
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited