XLists constructor
const
XLists({
- Key? key,
- List<
Widget> ? leading, - List<
Widget> ? title, - List<
Widget> ? subtitle, - List<
Widget> ? trailing, - List<
Widget> ? top, - List<
Widget> ? bottom, - List<
String> ? titleText, - List<
String> ? subtitleText, - TextStyle? titleStyle,
- TextStyle? subtitleStyle,
- List<
void Function()> ? onTap, - List<
void Function()> ? subtitleOnTap, - List<
void Function()> ? trailonTap, - double? leadingGap,
- double? upGap,
- double? leadingAndTitleGap,
- double? titleAndSubtitleGap,
- double? bottomGap,
- double? leadingWidth,
- Size? size,
- Color? color,
- EdgeInsetsGeometry? margin,
- bool? expanded = true,
- bool? centerTitle,
- bool? iscolumn = true,
Implementation
const XLists({
super.key,
this.leading,
this.title,
this.subtitle,
this.trailing,
this.top,
this.bottom,
this.titleText,
this.subtitleText,
this.titleStyle,
this.subtitleStyle,
this.onTap,
this.subtitleOnTap,
this.trailonTap,
this.leadingGap,
this.upGap,
this.leadingAndTitleGap,
this.titleAndSubtitleGap,
this.bottomGap,
this.leadingWidth,
this.size,
this.color,
this.margin,
this.expanded = true,
this.centerTitle,
this.iscolumn = true,
});