Skip to content

Commit c0acd8c

Browse files
authored
Fix import pattern (#140425)
This PR is just to fix the import pattern to follow the convention.
1 parent cf3760b commit c0acd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/search_bar_theme.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import 'dart:ui' show lerpDouble;
66

77
import 'package:flutter/foundation.dart';
88
import 'package:flutter/rendering.dart';
9+
import 'package:flutter/services.dart';
910
import 'package:flutter/widgets.dart';
1011

11-
import '../../services.dart';
1212
import 'material_state.dart';
1313
import 'theme.dart';
1414

0 commit comments

Comments
 (0)