setImmersionStatusBarTextDarkColor method

  1. @ControllerProps(NodeProps.kDarkStatusBarText)
void setImmersionStatusBarTextDarkColor(
  1. ModalRenderViewModel renderViewModel,
  2. bool statusBarTextDarkColor
)

Implementation

@ControllerProps(NodeProps.kDarkStatusBarText)
void setImmersionStatusBarTextDarkColor(
    ModalRenderViewModel renderViewModel, bool statusBarTextDarkColor) {
  renderViewModel.statusBarTextDarkColor = statusBarTextDarkColor;
}