S360FDataRow class
Constructors
-
S360FDataRow({required List<
S360FDataCell> cells, bool isSelected = false, dynamic onSelectChanged(bool?)?, VoidCallback? onTap, WidgetStateProperty<Color?> ? color}) -
const
Properties
-
cells
→ List<
S360FDataCell> -
final
-
color
→ WidgetStateProperty<
Color?> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSelected → bool
-
final
- onSelectChanged → dynamic Function(bool?)?
-
final
- onTap → VoidCallback?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDataRow(
{required List< S360FDataColumn> columns, required double dataRowHeight, required double rowPadding, required double width}) → DataRow -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited