TextCell constructor
TextCell({
- required String title,
- String detail = "",
- ValueChanged<
ValueChanged< ? onTap,String> > - Color? titleColor,
- Color? detailColor,
- EdgeInsetsGeometry? padding,
- bool? hasUneventRows = false,
- bool? showIcon = true,
- bool boldTitle = false,
- double? fontSize,
- bool expanded = true,
- bool isAsync = false,
Implementation
TextCell({
required this.title,
this.detail = "",
this.onTap,
this.titleColor,
this.detailColor,
this.padding,
this.hasUneventRows = false,
this.showIcon = true,
this.boldTitle = false,
this.fontSize,
this.expanded = true,
this.isAsync = false,
});