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