deviceHasFormFactor method
bool
deviceHasFormFactor({
- AFFormFactor? atLeast,
- AFFormFactor? atMost,
- Orientation? withOrientation,
inherited
Implementation
@override
bool deviceHasFormFactor({
AFFormFactor? atLeast,
AFFormFactor? atMost,
Orientation? withOrientation
}) {
return fundamentals.deviceHasFormFactor(atLeast: atLeast, atMost: atMost, withOrientation: withOrientation);
}