KinListTile constructor
const
KinListTile({
- Key? key,
- required String title,
- String? subtitle,
- Widget? leading,
- Widget? trailing,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- EdgeInsetsGeometry? padding,
- BorderRadius? borderRadius,
- Color? backgroundColor,
- bool showDivider = false,
- KinListTileDensity density = KinListTileDensity.standard,
Implementation
const KinListTile({
super.key,
required this.title,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
this.onLongPress,
this.padding,
this.borderRadius,
this.backgroundColor,
this.showDivider = false,
this.density = KinListTileDensity.standard,
});