Skip to content

widget.isAlwaysShown ?? _scrollbarTheme.isAlwaysShown ?? false; #33

Open
@alexanselm17

Description

@alexanselm17

../../../.pub-cache/hosted/pub.dev/boardview-0.2.2/lib/vs_scrollbar.dart:143:5: Error: No named parameter with the name 'isAlwaysShown'.
isAlwaysShown: isAlwaysShown,
^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/boardview-0.2.2/lib/vs_scrollbar.dart:174:14: Error: The getter 'isAlwaysShown' isn't defined for the class '_MaterialScrollbar'.

  • '_MaterialScrollbar' is from 'package:boardview/vs_scrollbar.dart' ('../../../.pub-cache/hosted/pub.dev/boardview-0.2.2/lib/vs_scrollbar.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'isAlwaysShown'.
    widget.isAlwaysShown ?? _scrollbarTheme.isAlwaysShown ?? false;
    ^^^^^^^^^^^^^
    ../../../.pub-cache/hosted/pub.dev/boardview-0.2.2/lib/vs_scrollbar.dart:174:47: Error: The getter 'isAlwaysShown' isn't defined for the class 'ScrollbarThemeData'.
  • 'ScrollbarThemeData' is from 'package:flutter/src/material/scrollbar_theme.dart' ('../../../snap/flutter/common/flutter/packages/flutter/lib/src/material/scrollbar_theme.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'isAlwaysShown'.
    widget.isAlwaysShown ?? _scrollbarTheme.isAlwaysShown ?? false;
    ^^^^^^^^^^^^^
    Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

  • Where:
    Script '/home/anselm/snap/flutter/common/flutter/packages/flutter_tools/gradle/src/main/groovy/flutter.groovy' line: 1297

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command '/home/anselm/snap/flutter/common/flutter/bin/flutter'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

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