You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced an issue when wrapping a Marquee widget with a SelectionArea widget. It results in following error:
The following TypeErrorImpl was thrown building Marquee(dirty, dependencies: [DefaultSelectionStyle,
DefaultTextStyle, MediaQuery, SelectionRegistrarScope], state: _MarqueeState#0b2e1):
Expected a value of type 'RichText', but got one of type 'MouseRegion'
The relevant error-causing widget was:
Marquee
Hi, thanks for this great package.
Faced an issue when wrapping a Marquee widget with a SelectionArea widget. It results in following error:
Stack:
The text was updated successfully, but these errors were encountered: