BottomWidgets constructor
const
BottomWidgets({
- Key? key,
- Widget? bottom,
- List<
StoreLinkData> storeLinks = const [], - String description = "",
Implementation
const BottomWidgets({
super.key,
this.bottom,
this.storeLinks = const [],
this.description = "",
});