StatusChangeTileBuilder class

Constructors

StatusChangeTileBuilder({required int itemCount, IndexedWidgetBuilder? contentsBuilder, IndexedWidgetBuilder? oppositeContentsBuilder, IndexedWidgetBuilder? indicatorBuilder, IndexedWidgetBuilder? startConnectorBuilder, IndexedWidgetBuilder? endConnectorBuilder, dynamic itemExtentBuilder(int index)?, dynamic nodePositionBuilder(int index)?, dynamic nodeItemOverlapBuilder(int index)?})
factory
StatusChangeTileBuilder.connected({required int itemCount, IndexedWidgetBuilder? nameWidgetBuilder, IndexedWidgetBuilder? contentWidgetBuilder, IndexedWidgetBuilder? indicatorWidgetBuilder, dynamic lineWidgetBuilder(int index)?, dynamic itemWidth(int index)?})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
itemCount int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, dynamic index) Widget
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