widgets/relative_builder library
Classes
- RelativeBuilder
- A widget that provides responsive layout scaling based on the device's screen size.
- StaticRelativeBuilder
- A static helper class for responsive scaling without building a widget.
Constants
- guidelineBaseHeight → const double
- The base height used for guideline scaling.
- guidelineBaseWidth → const double
- The base width used for guideline scaling.
Typedefs
- RelativeBuilderFunction = Widget Function(BuildContext context, double height, double width, double sy(num), double sx(num))
- Signature for the builder function used by RelativeBuilder.