canShow abstract method

bool canShow(
  1. TextFieldState state
)

Checks if the feature can be shown in the current state.

Returns true if all visibility conditions are met.

Implementation

bool canShow(TextFieldState state);