DashboardSheet constructor
- Key? key,
- required ScrollController scrollController,
- required bool isShowing,
Implementation
const DashboardSheet({
super.key,
required this.scrollController,
required this.isShowing,
});
const DashboardSheet({
super.key,
required this.scrollController,
required this.isShowing,
});