PassiveListTileTransformer class

Inheritance

Constructors

PassiveListTileTransformer(GetNode getNode, WidgetNodeTransformerManager manager)

Properties

getNode → GetNode
The function that returns a node by its id.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
manager WidgetNodeTransformerManager
The node transformer manager that this transformer is registered to.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildFromProps({required ListTileProperties properties, double height = kDefaultListTileHeight, double width = kDefaultListTileWidth, required WidgetBuildSettings settings, required BuildWidgetFromNode buildWidgetFromNode}) Widget
buildPreview({ListTileProperties? properties, ListTileNode? node, double height = kDefaultListTileHeight, double width = kDefaultListTileWidth, BaseNode? leading, BaseNode? trailing, BaseNode? title, BaseNode? subtitle, WidgetBuildSettings settings = const WidgetBuildSettings(debugLabel: 'buildPreview', replaceVariablesWithSymbols: true)}) Widget
buildWidget(ListTileNode node, BuildContext context, WidgetBuildSettings settings) Widget
Transforms a node into some output.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLongPress(BuildContext context, List<Reaction> reactions) → void
onTap(BuildContext context, List<Reaction> reactions) → void
toString() String
A string representation of this object.
inherited

Operators

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