You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter/test/material/input_decorator_test.dart
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4253,6 +4253,58 @@ void main() {
4253
4253
expect(getOpacity(tester, prefixText), 1.0);
4254
4254
});
4255
4255
4256
+
// Related issue: https://github.com/flutter/flutter/issues/64427
4257
+
testWidgets('OutlineInputBorder and InputDecorator long labels and in Floating, the width should ignore the icon width', (WidgetTester tester) async {
4258
+
constString labelText ='Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.';
0 commit comments