ListItemStyle constructor
const
ListItemStyle({
- TextStyle? titleStyle,
- Color? separatorColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
Implementation
const ListItemStyle({
this.titleStyle,
this.separatorColor,
this.padding,
this.margin,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});