AppListTile constructor
const
AppListTile({ - Key? key,
- Widget? leading,
- Widget? title,
- Widget? subtitle,
- Widget? trailing,
- double? elevation,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- EdgeInsets? contentPadding,
- double? minVerticalPadding,
- bool isFirst = true,
- bool isLast = true,
})
Implementation
const AppListTile({
super.key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.elevation,
this.onTap,
this.onLongPress,
this.contentPadding,
this.minVerticalPadding,
this.isFirst = true,
this.isLast = true,
});