showInline abstract method

void showInline({
  1. required GlobalKey<State<StatefulWidget>> anchorKey,
  2. required Widget content,
  3. List<OptimusDialogAction> actions = const [],
  4. bool rootOverlay = false,
})

Implementation

void showInline({
  required GlobalKey anchorKey,
  required Widget content,
  List<OptimusDialogAction> actions = const [],
  bool rootOverlay = false,
});