Open warcayac opened 3 years ago
Break points is exactly what it is in html responsive sizing.
mobile breakpoint of 500 means everything under 500 is treated as screen type mobile. The same for everything else. I have videos about it that you can watch on the filledstacks channel.
From: William Arcaya C. @.> Sent: Saturday, July 17, 2021 4:28:21 AM To: FilledStacks/responsive_builder @.> Cc: Subscribed @.***> Subject: [FilledStacks/responsive_builder] How to understand the relationship between ScreenBreakpoints and Screen types? (#34)
ScreenBreakpoints class has these parameters desktop, tablet, and watch only, meanwhile with methods like getValueForScreenType you can work with these parameters desktop, mobile, tablet, and watch, so what happened with mobile in ScreenBreakpoints class?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/FilledStacks/responsive_builder/issues/34, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3M72WYPBKYP5S2FDVUYV3TYDTELANCNFSM5AQSPXYA.
ScreenBreakpoints
class has these parametersdesktop
,tablet
, andwatch
only, meanwhile with methods likegetValueForScreenType
you can work with these parametersdesktop
,mobile
,tablet
, andwatch
, so what happened withmobile
inScreenBreakpoints
class?