NoDataFlightPage constructor

const NoDataFlightPage({
  1. Key? key,
  2. bool shouldShrink = false,
  3. bool isFilter = false,
})

Implementation

const NoDataFlightPage({
  super.key,
  this.shouldShrink = false,
  this.isFilter = false,
});