UsesConfiguration constructor

UsesConfiguration({
  1. String? requiredKeyboardType,
  2. String? requiredNavigationType,
  3. String? requiredTouchscreenType,
  4. bool? requiresFiveWayNavigation,
  5. bool? requiresHardwareKeyboard,
})

Implementation

UsesConfiguration({
  this.requiredKeyboardType,
  this.requiredNavigationType,
  this.requiredTouchscreenType,
  this.requiresFiveWayNavigation,
  this.requiresHardwareKeyboard,
});