CustomListTile class
Returns a widget for rendering Customized tiles.
A Tile shows the org info, user info, options that on tap user & org info.
Inheritance
: - Object
- DiagnosticableTree
- Widget
- StatelessWidget
- CustomListTile
Available extensions
Constructors
[CustomListTile][]
: ::: const :::
Properties
[attendeeInfo] [→ Attendee?] : Object containing all the necessary info regarding the Attendee. ::: features final :::
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[index] [→ int] : Index int of tiles. ::: features final :::
[key] [→ Key?] : Controls how one widget replaces another widget in the tree. ::: features finalinherited :::
[onTapAttendeeInfo] → dynamic Function[?] : Function to handle the tap on attendee info. ::: features final :::
[onTapOption] → dynamic Function[?] : Object containing all the necessary info regarding the onTapOption. ::: features final :::
[onTapOrgInfo] [→ dynamic Function[([[OrgInfo]])]?] : Function to handle the tap on org info. ::: features final :::
[onTapUserInfo] → dynamic Function[?] : Function to handle the tap on user info. ::: features final :::
[option] [→ Options?] : Object containing all the necessary info regarding the options. ::: features final :::
[orgInfo] [→ OrgInfo?] : Object containing all the necessary info regarding the org. ::: features final :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
[showIcon] [→ bool] : Flag to determine whether thge Icons should be shown. ::: features final :::
[type] [→ TileType] : Tiletype object to specify tle type. ::: features final :::
[userInfo] [→ User?] : Object containing all the necessary info regarding the user. ::: features final :::
Methods
: Available on Widget, provided by the AnimateWidgetExtensions extension
Wraps the target
Widget
in an
Animate
instance, and returns the instance for chaining calls. Ex.
myWidget.
is equivalent to Animate(child: myWidget)
.
[build][([[BuildContext] context]) [→ Widget] ] : Describes the part of the user interface represented by this widget. ::: features override :::
[createElement][ [→ StatelessElement] ] : Creates a StatelessElement to manage this widget's location in the tree. ::: features inherited :::
[debugDescribeChildren][ [→ List[<[DiagnosticsNode]>]] ] : Returns a list of DiagnosticsNode objects describing this node's children. ::: features inherited :::
[debugFillProperties][([[DiagnosticPropertiesBuilder] properties]) → void ] : Add additional properties associated with the node. ::: features inherited :::
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toDiagnosticsNode][ [→ DiagnosticsNode] ] : Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
[toStringDeep][ [→ String] ] : Returns a string representation of this node and its descendants. ::: features inherited :::
[toStringShallow][ [→ String] ] : Returns a one-line detailed description of the object. ::: features inherited :::
[toStringShort][ [→ String] ] : A short, textual description of this widget. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- custom_list_tile
- CustomListTile class