Skip to content

Error: The parameter 'borderRadius' can't have a value of 'null' because of its type 'BorderRadius', but the implicit default value is 'null' #122

@bastaware

Description

@bastaware

Describe the bug
Build fails on current stable.

flushbar.dart line 439

            borderRadius: widget.borderRadius,

Error: The parameter 'borderRadius' can't have a value of 'null' because of its type 'BorderRadius', but the implicit default value is 'null'

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade Flutter to version 3.13.0
  2. Compile the code

Expected behavior
To compile without errors

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