CustomListSection constructor
const
CustomListSection({
- required Widget child,
- Key? key,
- Color? color,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
ListSection 列表分组组件
Implementation
const CustomListSection({required this.child, super.key, this.color, this.margin, this.padding});