Skip to content

Cubic constructor's documentation is wrong in curves.dart #103554

@daniloapr

Description

@daniloapr

The Cubic's doc says:

/// The [a] (x1), [b](x2), [c](y1), and [d](y2) arguments must not be null.

However, the correct is: a (x1), b (y1), c (x2) and d (y2), as it says below in each variable description.

Moreover, b, cand d are being considered as an hiperlink by the VSCode and probably other IDE's, as no space between [] and () is provided. Here a screenshot of this issue in the VSCode:

Captura de Tela 2022-05-11 às 21 14 26

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: animationAnimation APIsd: api docsIssues with https://api.flutter.dev/frameworkflutter/packages/flutter repository. See also f: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions