This version introduces a padding property on Sheet and PagedSheet, giving you full control over how the sheet content responds to the keyboard, safe areas, or any other insets.
Context
Previously, Sheet and PagedSheet offered two boolean flags β shrinkChildToAvoidDynamicOverlap and shrinkChildToAvoidStaticOverlap β to control whether a sheet automatically resizes its child...