NotchOverride constructor

const NotchOverride({
  1. required NotchType type,
  2. double topInset = 0,
  3. double bottomInset = 0,
  4. double leftInset = 0,
  5. double rightInset = 0,
})

Implementation

const NotchOverride({
  required this.type,
  this.topInset = 0,
  this.bottomInset = 0,
  this.leftInset = 0,
  this.rightInset = 0,
});