BottomWidgets constructor

const BottomWidgets({
  1. Key? key,
  2. Widget? bottom,
  3. List<StoreLinkData> storeLinks = const [],
  4. String description = "",
})

Implementation

const BottomWidgets({
  super.key,
  this.bottom,
  this.storeLinks = const [],
  this.description = "",
});