formFactorMatcher property
A function to match device form factors (e.g., (factor) => factor == DeviceFormFactor.tablet). If null, the config matches any form factor.
Implementation
final bool Function(DeviceFormFactor formFactor)?
formFactorMatcher;