build method

  1. @override
Widget build(
  1. BuildContext context
)
override

Builds the widget subtree for this state.

Implementation

@override
Widget build(BuildContext context) {
  final scope = _DialogStackScope(state: this, child: _buildStack(context));
  return scope;
}