DataRowY class

Annotations

Constructors

DataRowY({LocalKey? key, bool selected = false, ValueChanged<bool?>? onSelectChanged, GestureLongPressCallback? onLongPress, GestureTapCallback? onSecondaryTap, GestureTapCallback? onDoubleTap, WidgetStateProperty<Color?>? color, WidgetStateProperty<MouseCursor?>? mouseCursor, required List<DataCellY> cells})
const
DataRowY.byIndex({int? index, bool selected = false, ValueChanged<bool?>? onSelectChanged, GestureLongPressCallback? onLongPress, GestureTapCallback? onSecondaryTap, GestureTapCallback? onDoubleTap, WidgetStateProperty<Color?>? color, WidgetStateProperty<MouseCursor?>? mouseCursor, required List<DataCellY> cells})

Properties

cells List<DataCellY>
final
color WidgetStateProperty<Color?>?
final
hashCode int
The hash code for this object.
no setterinherited
key LocalKey?
final
mouseCursor WidgetStateProperty<MouseCursor?>?
final
onDoubleTap GestureTapCallback?
final
onLongPress GestureLongPressCallback?
final
onSecondaryTap GestureTapCallback?
final
onSelectChanged ValueChanged<bool?>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
final

Methods

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