Skip to content

FIxing example!!! #774

@joselbr2099

Description

@joselbr2099

when i try build example i get multiple errors;

lib/pages/animated_map_controller.dart:93:13: Error: No named parameter with the name 'colors'. colors: Colors.green,

the code is in multiple files with FlutterLogo witget, to fix them:
replace only colors parameter with textColor in every FlutterLogo widget, such like this:

FlutterLogo( key: Key('green'), textColor: Colors.green, ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions