DataRowY class
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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited