Commit 02355d4c authored by Florian Huonder's avatar Florian Huonder Committed by Hans Muller

Added the DialogTheme to the material exports so that it is accessible. (#23858)

parent 212374f0
......@@ -40,6 +40,7 @@ export 'src/material/data_table_source.dart';
export 'src/material/date_picker.dart';
export 'src/material/debug.dart';
export 'src/material/dialog.dart';
export 'src/material/dialog_theme.dart';
export 'src/material/divider.dart';
export 'src/material/drawer.dart';
export 'src/material/drawer_header.dart';
......
......@@ -5,7 +5,6 @@
import 'dart:io' show Platform;
import 'package:flutter/material.dart';
import 'package:flutter/src/material/dialog_theme.dart';
import 'package:flutter_test/flutter_test.dart';
MaterialApp _appWithAlertDialog(WidgetTester tester, AlertDialog dialog, {ThemeData theme}) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment