activeMatchTextColor property

Color? activeMatchTextColor
final

Color for active text search match.

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

Implementation

final Color? activeMatchTextColor;