VxAdaptiveChildBuilder typedef

VxAdaptiveChildBuilder = Widget Function(BuildContext context, bool scaled)

A typedef representing a callback function used to build the UI based on the current screen adaptation settings.

Implementation

typedef VxAdaptiveChildBuilder = Widget Function(
    BuildContext context, bool scaled);