CustomListSection constructor

const CustomListSection({
  1. required Widget child,
  2. Key? key,
  3. Color? color,
  4. EdgeInsetsGeometry? margin,
  5. EdgeInsetsGeometry? padding,
})

ListSection 列表分组组件

Implementation

const CustomListSection({required this.child, super.key, this.color, this.margin, this.padding});