CUListTitle constructor
- @Deprecated("Don't comply with CU specifications")
const
CUListTitle(
- Widget title, {
- Key? key,
- Widget? subtitle,
- Widget? leading,
- Widget? trailing,
- double padding = 10,
- double outPadding = 20,
- VoidCallback? onTap,
- Color? color,
- String tip = '',
})
Implementation
@Deprecated("Don't comply with CU specifications")
const CUListTitle(this.title,
{final Key? key,
this.subtitle,
this.leading,
this.trailing,
this.padding = 10,
this.outPadding = 20,
this.onTap,
this.color,
this.tip = ''})
: super(key: key);