selectedTextStyleResolver property

TextStyle? Function(Node<T> node)? selectedTextStyleResolver
final

Resolver function to dynamically determine the selected text style based on node data If returns null, falls back to selectedTextStyle

Implementation

final TextStyle? Function(Node<T> node)? selectedTextStyleResolver;