flutter_doctor_appointment_booking_app icon indicating copy to clipboard operation
flutter_doctor_appointment_booking_app copied to clipboard

11:26: Error: No named parameter with the name 'display1' ; 81:9: Context: Found this candidate, but the arguments don't match.

Open sandeepnarula999 opened this issue 2 years ago • 0 comments

lib/theme/theme.dart:11:26: Error: No named parameter with the name 'display1'. textTheme: TextTheme(display1: TextStyle(color: LightColor.black)), ^^^^^^^^ /C:/src/flutter/flutter/packages/flutter/lib/src/material/text_theme.dart:81:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ lib/theme/theme.dart:16:7: Error: No named parameter with the name 'body1'. body1: TextStyle(color:LightColor.titleTextColor) ^^^^^ /C:/src/flutter/flutter/packages/flutter/lib/src/material/text_theme.dart:81:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^

sandeepnarula999 avatar Mar 01 '22 15:03 sandeepnarula999