Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
transition away from deprecated argument
Browse files Browse the repository at this point in the history
child -> builder
  • Loading branch information
krawieck committed Jan 16, 2021
1 parent 12cdd04 commit 4ad82c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/info_table_popup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ad82c1

Please sign in to comment.