NoBookingHistory constructor

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

Implementation

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