DisplayFeature constructor

DisplayFeature({
  1. required DisplayFeatureOrientation orientation,
  2. required int offset,
  3. required int maskLength,
})

Implementation

DisplayFeature({
  required this.orientation,
  required this.offset,
  required this.maskLength,
});