isBlurred property

  1. @override
bool get isBlurred
override

An effect that similar to disabled but the node can be choosen In case to blur the node that not matched the text and highlight the matched Default value is false

Implementation

@override
bool get isBlurred => false;
  1. @override
set isBlurred (bool value)
override

An effect that similar to disabled but the node can be choosen In case to blur the node that not matched the text and highlight the matched Default value is false

Implementation

@override
set isBlurred(bool value) {}