WListTile constructor
const
WListTile({
- Key? key,
- Widget? leading,
- Widget? title,
- Widget? subtitle,
- Widget? trailing,
- String? className,
- VoidCallback? onTap,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- Color? hoverColor,
- Color? splashColor,
- BorderRadius? borderRadius,
- bool enabled = true,
- bool selected = false,
- Color? selectedColor,
Implementation
const WListTile({
super.key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.className,
this.onTap,
this.padding,
this.backgroundColor,
this.hoverColor,
this.splashColor,
this.borderRadius,
this.enabled = true,
this.selected = false,
this.selectedColor,
});