TatweerListTile constructor
const
TatweerListTile({
- Key? key,
- Widget? leading,
- String? title,
- String? subtitle,
- Widget? trailing,
- Widget? titleWidget,
- Widget? subtitleWidget,
- VoidCallback? onTap,
- VoidCallback? onLongPress,
- bool enabled = true,
- EdgeInsetsGeometry? contentPadding,
- IconData? leadingIcon,
- Color? leadingIconColor,
- double? leadingIconSize,
- IconData? trailingIcon,
- Color? trailingIconColor,
- double? trailingIconSize,
- TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- Color? backgroundColor,
- bool showDivider = false,
- Color? dividerColor,
Implementation
const TatweerListTile({
Key? key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.titleWidget,
this.subtitleWidget,
this.onTap,
this.onLongPress,
this.enabled = true,
this.contentPadding,
this.leadingIcon,
this.leadingIconColor,
this.leadingIconSize,
this.trailingIcon,
this.trailingIconColor,
this.trailingIconSize,
this.titleStyle,
this.subtitleStyle,
this.backgroundColor,
this.showDivider = false,
this.dividerColor,
}) : super(key: key);