formFactorWithOrientation property

AFFormFactorSize get formFactorWithOrientation

Implementation

AFFormFactorSize get formFactorWithOrientation {
  final formFactor = valueFor(AFConfigEntries.testSize);
  final orient = stringFor(AFConfigEntries.testOrientation);
  return formFactor.withOrientation(orient);
}