NotchInfo constructor
const
NotchInfo({})
Implementation
const NotchInfo({
required this.type,
this.topInset = 0,
this.bottomInset = 0,
this.leftInset = 0,
this.rightInset = 0,
this.cutoutRects = const [],
this.foldState,
this.hingeBounds,
this.orientation,
});