rowDecorationBuilder property

BoxDecoration Function(int, bool)? rowDecorationBuilder
final

Builder function for row decorations. This function is called for each row and allows you to dynamically style the row based on its index and whether it's being hovered over.

Implementation

final BoxDecoration Function(int, bool)? rowDecorationBuilder;