Santos-Enoque / flutter-web-dashboard-template

270 stars 202 forks source link

Having problem inside the layout file #29

Open Bengate-Technologies opened 2 years ago

Bengate-Technologies commented 2 years ago

lib/layout.dart:17:29: Error: Required named parameter 'mediumScreen' must be provided. body: ResponsiveWidget(largeScreen:LargeScreen(), smallScreen:SmallScreen(),), ^ lib/helpers/responsiveness.dart:14:9: Context: Found this candidate, but the arguments don't match. const ResponsiveWidget( ^^^^^^^^^^^^^^^^ lib/helpers/responsiveness.dart:43:16: Warning: Operand of null-aware operation '??' has type
'Widget' which excludes null.