Skip to content

NavBar.dart this example is error #1

@fan9704

Description

@fan9704

NavBar.dart this file line 21 has error about receive null value should change it

dart= MyHomePage({Key key, this.title}) : super(key: key);
to
dart= MyHomePage({Key ?key,required this.title}) : super(key: key);

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