CustomSliverTitle constructor
const
CustomSliverTitle({
- Key? key,
- Decoration? decoration,
- EdgeInsetsGeometry? padding,
- Color? color,
- Widget? title,
- String? titleText,
- Widget? action,
- String? actionText,
SliverTitle 标题 Sliver 组件
Implementation
const CustomSliverTitle({
super.key,
this.decoration,
this.padding,
this.color,
this.title,
this.titleText,
this.action,
this.actionText,
});