ItemWidget constructor
const
ItemWidget({
- Key? key,
- double? height,
- int? index,
- List<
SectionCity> ? list, - String? title,
- String? selectText,
- Color? backgroundColor,
- double? paddingLeft,
- double? itemHeadHeight,
- Color? itemHeadBackgroundColor,
- Color? itemHeadLineColor,
- double? itemHeadLineHeight,
- TextStyle? itemHeadTextStyle,
- double? itemHeight,
- double? indexBarWidth,
- double? indexBarItemHeight,
- Color? indexBarBackgroundColor,
- TextStyle? indexBarTextStyle,
- Widget? itemSelectedIconWidget,
- TextStyle? itemSelectedTextStyle,
- TextStyle? itemUnSelectedTextStyle,
- ItemClickListener? itemClickListener,
Implementation
const ItemWidget({
Key? key,
this.height,
this.index,
this.list,
this.title,
this.selectText,
this.backgroundColor,
this.paddingLeft,
this.itemHeadHeight,
this.itemHeadBackgroundColor,
this.itemHeadLineColor,
this.itemHeadLineHeight,
this.itemHeadTextStyle,
this.itemHeight,
this.indexBarWidth,
this.indexBarItemHeight,
this.indexBarBackgroundColor,
this.indexBarTextStyle,
this.itemSelectedIconWidget,
this.itemSelectedTextStyle,
this.itemUnSelectedTextStyle,
this.itemClickListener,
}) : super(key: key);