IsResponsiveFormat typedef

IsResponsiveFormat = bool Function(BuildContext context)

A function which returns a bool depending on the BuildContext. Should evaluate a MediaQuery value.

Implementation

typedef bool IsResponsiveFormat(BuildContext context);