Skip to content

child widget is not repainted when expanding #40

Description

@thunderbug1

when trying to use expanded_widget to shorten a long markdown text displayed with https://pub.dev/packages/flutter_markdown, then the child widget is not rendered completely if the widget is expanded:

Collapsed:
image

Expanded:
image

                      ExpandChild(
                      collapsedVisibilityFactor: 0.2,
                      child: Markdown(
                        data: '''# Gather Around for a Board Game Bonanza! 🎲🎴

## Introduction
Invite your **friends** or **family** for an unforgettable evening of laughter, strategy, and fun with a **board game night**! Board games are the perfect way to connect with others, challenge your mind, and ignite a spark of joy in the comfortable setting of your own home.

## Why Board Games?
- **Social Connection**: A fantastic way to strengthen bonds and make new friends.
- **Mental Challenge**: Stimulates your brain and helps improve strategic thinking and problem-solving skills.
- **Universal Fun**: With a wide variety of games available, there's something for every age and interest.

## Getting Started
1. **Choose Your Games**: Whether you're into classics like *Monopoly* and *Clue* or want to explore new hits like *Catan* or *Ticket to Ride*, pick a few options to keep the night exciting.
2. **Prepare the Space**: Make sure your playing area is comfortable and spacious enough to accommodate all players and game components.
3. **Snacks and Drinks**: Keep some light snacks and beverages on hand to keep everyone energized and hydrated.

## Game Night Tips
- **Explain the Rules**: Make sure everyone understands the game's rules before starting to ensure a fair and enjoyable experience.
- **Keep it Light**: Remember, the goal is to have fun! Don't take the competition too seriously.
- **Rotate Games**: If you have time, switch between different games to keep the night fresh and engaging.

## Conclusion
It's not just about winning; it's about creating memorable moments with your loved ones. So dust off your favorite board games, gather around the table, and let the good times roll. **Game on!**
''',
                        selectable: false,
                        shrinkWrap: true,
                      ),
                    )

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