CustomTableSection constructor
const
CustomTableSection({
- required Widget child,
- Key? key,
- Color? color,
- Color? shadowColor,
- Color? surfaceTintColor,
- double? elevation,
- ShapeBorder? shape,
- bool borderOnForeground = true,
- Clip? clipBehavior,
- EdgeInsetsGeometry? margin = const EdgeInsets.all(0),
- bool semanticContainer = true,
- EdgeInsetsGeometry? padding,
- Widget? title,
- String? titleText,
- Widget? action,
- String? actionText,
TableSection 表格分组组件
Implementation
const CustomTableSection({
required this.child,
super.key,
this.color,
this.shadowColor,
this.surfaceTintColor,
this.elevation,
this.shape,
this.borderOnForeground = true,
this.clipBehavior,
this.margin = const EdgeInsets.all(0),
this.semanticContainer = true,
this.padding,
this.title,
this.titleText,
this.action,
this.actionText,
});