AddHeight constructor

const AddHeight(
  1. dynamic data, {
  2. Key? key,
})

Implementation

const AddHeight(
  this.data, {
  super.key,
});