bringToFront static method
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);
}