transition away from deprecated argument
child -> builder
This commit is contained in:
parent
12cdd04098
commit
4ad82c1f77
|
@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||
void showInfoTablePopup(BuildContext context, Map<String, dynamic> table) {
|
||||
showDialog(
|
||||
context: context,
|
||||
child: SimpleDialog(
|
||||
builder: (c) => SimpleDialog(
|
||||
contentPadding: const EdgeInsets.symmetric(
|
||||
horizontal: 20,
|
||||
vertical: 15,
|
||||
|
|
Loading…
Reference in New Issue