DisplayFeature constructor
DisplayFeature({
- required DisplayFeatureOrientation orientation,
- required int offset,
- required int maskLength,
Implementation
DisplayFeature(
{required this.orientation,
required this.offset,
required this.maskLength});