Skip to content

FaIcon should not accept a nullable IconData #201

Description

@galacticgibbon

final IconData? icon;

I ran into an issue that caused a bug, where I was dynamically passing a value here, and one of the states was null. If this line changes to

final IconData icon;

Then we'll get compiler warnings :)

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