dynamic_size library

Classes

DynamicSize
A class for dynamically sizing widgets based on screen dimensions.

Functions

newScreen(BuildContext context, dynamic screen()) → void
Navigates to a new screen.
pop(BuildContext context) → void
Navigates back to the previous screen.
replaceScreen(BuildContext context, dynamic screen()) → void
Replaces the current screen with a new screen.