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
________________________________
From: William Arcaya C. ***@***.***>
Sent: Saturday, July 17, 2021 4:42:50 AM
To: FilledStacks/responsive_builder ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [FilledStacks/responsive_builder] Suggestion for getValueForScreenType method and similar ones (#35)
Current case:
getValueForScreenType<Widget>(context: context, desktop: myWidget, mobile: anotherWidget, tablet: anotherWidget, watch: anotherWidget);
It could be improved with a parameter assigning a default value for other screen types being null , example:
getValueForScreenType<Widget>(context: context, desktop: myWidget, byDefault: anotherWidget);
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#35>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA3M72WWBWSVVGDKECAADIDTYDU2VANCNFSM5AQS2WDQ>.
Current case:
It could be improved with a parameter assigning a default value for other screen types being null , example:
The text was updated successfully, but these errors were encountered: