appliesTo abstract method

bool appliesTo(
  1. List<String>? styles,
  2. Fragment fragment
)

Returns true if this hook should handle or transform styles for fragment.

Implementation

bool appliesTo(List<String>? styles, Fragment fragment);