MiuixPopupLayoutPosition constructor

const MiuixPopupLayoutPosition({
  1. required bool showBelow,
  2. required bool showAbove,
  3. required bool isRightAligned,
})

Implementation

const MiuixPopupLayoutPosition({
  required this.showBelow,
  required this.showAbove,
  required this.isRightAligned,
});