build method
Builds the widget subtree for this state.
Implementation
@override
Widget build(BuildContext context) {
final scope = _DialogStackScope(state: this, child: _buildStack(context));
return scope;
}
Builds the widget subtree for this state.
@override
Widget build(BuildContext context) {
final scope = _DialogStackScope(state: this, child: _buildStack(context));
return scope;
}