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

This commit is contained in:
Florian Huonder 2018-11-05 18:34:05 +01:00 committed by Hans Muller
parent 212374f0b7
commit 02355d4c19
2 changed files with 1 additions and 1 deletions

View File

@ -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';

View File

@ -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}) {