FixedWebRendition

fun FixedWebRendition(state: FixedWebRenditionState, modifier: Modifier = Modifier, backgroundColor: Color = Color.White, windowInsets: WindowInsets = WindowInsets.displayCutout, inputListener: InputListener = defaultInputListener(state.controller), hyperlinkListener: HyperlinkListener = defaultHyperlinkListener(state.controller), decorationListener: DecorationListener<FixedWebDecorationLocation> = defaultDecorationListener(state.controller), textSelectionActionModeCallback: ActionMode.Callback? = null)

Composes a fixed Web publication.

Parameters

state

the state object describing the publication to render