formFactorMatcher property

bool Function(DeviceFormFactor formFactor)? formFactorMatcher
final

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;