services/services library

Classes

Bamboo<T>
Return a responsive value based on the type without context
Mode<T>
The current mode of the application. Either the Brightness.dark or Brightness.light. See also:

Functions

responsiveValue<T>({required BuildContext context, required T mobile, T? tablet, T? desktop, Unit relativeUnit = Unit.p}) → T