matchTextColor property

Color? matchTextColor
final

Color for text search match.

If null, the default color is Colors.yellow.withOpacity(0.5).

Implementation

final Color? matchTextColor;