Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Widget Pointer size doesn't impact Size of the LinearGauge #238

Open
Afroz-Shaikh opened this issue Jun 1, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Afroz-Shaikh
Copy link
Collaborator

BUG: WidgetPointer Size doesn't impact Size of the LinearGauge as it does for ShapePointers
Description: The size of the WidgetPointer doesn't impact the size of the LinearGauge

Screenshot 2023-06-01 at 3 14 12 PM

Steps to Reproduce:

LinearGauge(
          steps: 10,
          pointers: const [
            WidgetPointer(
              value: 0,
              child: Text(
                "☠️",
                style: TextStyle(
                  fontSize: 300,
                ),
              ),
            ),
          ],
          rulers: RulerStyle(rulerPosition: RulerPosition.bottom),
        ),

Environment:
Version : 1.0.1

Additonal Information
This issue occurs in Horizontal & Vertical GaugeOrientations
The issue occurs consistently across different devices and browsers.

@hasnentai hasnentai added bug Something isn't working good first issue Good for newcomers labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants