AtomicTextListItem constructor
const
AtomicTextListItem({
- required String text,
- String? subText,
- TextStyle? textStyle,
- TextStyle? subTextStyle,
- VoidCallback? onTap,
- bool enabled = true,
- int? maxLines,
- TextOverflow? overflow,
Implementation
const AtomicTextListItem({
required this.text,
this.subText,
this.textStyle,
this.subTextStyle,
this.onTap,
this.enabled = true,
this.maxLines,
this.overflow,
});