Fix build
This commit is contained in:
parent
145f3894e5
commit
ff3acad1ad
@ -126,11 +126,11 @@ void main() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
testWidgets('ListTile geometry (RTL)', (WidgetTester tester) async {
|
testWidgets('ListTile geometry (RTL)', (WidgetTester tester) async {
|
||||||
await tester.pumpWidget(new Directionality(
|
await tester.pumpWidget(const Directionality(
|
||||||
textDirection: TextDirection.rtl,
|
textDirection: TextDirection.rtl,
|
||||||
child: new Material(
|
child: const Material(
|
||||||
child: new Center(
|
child: const Center(
|
||||||
child: new ListTile(
|
child: const ListTile(
|
||||||
leading: const Text('leading'),
|
leading: const Text('leading'),
|
||||||
title: const Text('title'),
|
title: const Text('title'),
|
||||||
trailing: const Text('trailing'),
|
trailing: const Text('trailing'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user