bringToFront static method

void bringToFront({
  1. BuildContext? context,
})

Bring the interleaved layer group to the front of the root overlay.

Implementation

static void bringToFront({BuildContext? context}) {
  ensureInstalled(context: context);
  _syncEntries(forceToFront: true, context: context);
}