onApply property

void Function(ResolvedTheme theme)? onApply
final

Applies the resolved theme to the document (null in non-DOM tests).

Implementation

final void Function(ResolvedTheme theme)? onApply;