UpListTile constructor
const
UpListTile({
- Key? key,
- String? title,
- UpColorType? colorType,
- UpStyle? style,
- Widget? titleWidget,
- ListTileTitleAlignment? listTileTitleAlignment,
- Widget? subtitle,
- Widget? leading,
- Widget? trailing,
- dynamic onTap()?,
- ShapeBorder? shape,
- EdgeInsets? contentPadding,
- bool isSelected = false,
- bool isThreeLine = false,
- IconData? leadingIcon,
- IconData? trailingIcon,
Implementation
const UpListTile({
Key? key,
this.title,
this.colorType,
this.style,
this.titleWidget,
this.listTileTitleAlignment,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
this.shape,
this.contentPadding,
this.isSelected = false,
this.isThreeLine = false,
this.leadingIcon,
this.trailingIcon,
}) : super(key: key);