ReflowableWebRendition

fun ReflowableWebRendition(state: ReflowableWebRenditionState, modifier: Modifier = Modifier, windowInsets: WindowInsets = WindowInsets.displayCutout, inputListener: InputListener = defaultInputListener(state.controller), hyperlinkListener: HyperlinkListener = defaultHyperlinkListener(state.controller), decorationListener: DecorationListener<ReflowableWebDecorationLocation> = defaultDecorationListener(state.controller), textSelectionActionModeCallback: ActionMode.Callback? = null)

Composes a reflowable Web publication.

Parameters

state

the state object describing the publication to render