Skip to content

Instantly share code, notes, and snippets.

@haashem
Created September 25, 2022 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haashem/f4b9f53864dfdf51dcf9d2c7c3f86f7a to your computer and use it in GitHub Desktop.
Save haashem/f4b9f53864dfdf51dcf9d2c7c3f86f7a to your computer and use it in GitHub Desktop.
SignInAndSecurityPage child widget
Center(
child: Responsive(
mobile: _BelowDesktopLayout(),
tablet: _BelowDesktopLayout(),
desktop: _DesktopLayout(),
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment