FixedWebRendition

fun FixedWebRendition(state: FixedWebRenditionState, modifier: Modifier = Modifier, windowInsets: WindowInsets = WindowInsets.displayCutout, backgroundColor: Color = MaterialTheme.colorScheme.background, inputListener: InputListener = defaultInputListener(state.controller), hyperlinkListener: HyperlinkListener = defaultHyperlinkListener(controller = 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