TatweerListTile constructor

const TatweerListTile({
  1. Key? key,
  2. Widget? leading,
  3. String? title,
  4. String? subtitle,
  5. Widget? trailing,
  6. Widget? titleWidget,
  7. Widget? subtitleWidget,
  8. VoidCallback? onTap,
  9. VoidCallback? onLongPress,
  10. bool enabled = true,
  11. EdgeInsetsGeometry? contentPadding,
  12. IconData? leadingIcon,
  13. Color? leadingIconColor,
  14. double? leadingIconSize,
  15. IconData? trailingIcon,
  16. Color? trailingIconColor,
  17. double? trailingIconSize,
  18. TextStyle? titleStyle,
  19. TextStyle? subtitleStyle,
  20. Color? backgroundColor,
  21. bool showDivider = false,
  22. 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);