Skip to content

The argument type 'DetailsScreen Function(BuildContext, int)' can't be assigned to the parameter type 'DetailsScreen Function(BuildContext, int, bool)'.dart(argument_type_not_assignable) #5

@MassiveSuccess

Description

@MassiveSuccess

The argument type 'DetailsScreen Function(BuildContext, int)' can't be assigned to the parameter type 'DetailsScreen Function(BuildContext, int, bool)'.dart(argument_type_not_assignable)

home.dart file line 33

@OverRide
Widget build(BuildContext context) {
final bool _tablet = isTablet(context, breakpoint: _tabletBreakpoint);
return ResponsiveScaffold.builder(
tabletBreakpoint: _tabletBreakpoint,
// detailBuilder: (BuildContext context, int index) {
final i = _emails[index];
return DetailsScreen(
appBar: AppBar(
elevation: 0.0,
Screenshot 2020-03-01 at 9 26 14 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions