CustomMoreCard<T> constructor
const
CustomMoreCard<T> ({
- required List<
Widget> children, - String? bottomSheetTitle,
- VoidCallback? onTap,
- Key? key,
构造函数
Implementation
const CustomMoreCard({
required this.children,
this.bottomSheetTitle,
this.onTap,
super.key,
});