Skip to content

Commit

Permalink
Fix import pattern (#140425)
Browse files Browse the repository at this point in the history
This PR is just to fix the import pattern to follow the convention.
  • Loading branch information
QuncCccccc authored Dec 21, 2023
1 parent cf3760b commit c0acd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/material/search_bar_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import 'dart:ui' show lerpDouble;

import 'package:flutter/foundation.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/services.dart';
import 'package:flutter/widgets.dart';

import '../../services.dart';
import 'material_state.dart';
import 'theme.dart';

Expand Down

0 comments on commit c0acd8c

Please sign in to comment.