selectedForegroundColor property

Color? selectedForegroundColor
final

The foreground color showing when the cell is selected in edit mode,def value is Colors.black.withAlpha(30)

当选中cell的时候的一个前景蒙版颜色,默认为Colors.black.withAlpha(30)

Implementation

final Color? selectedForegroundColor;