Skip to main content

CustomListTile constructor

const CustomListTile({required Key key, required int index, required TileType type, bool showIcon = false, OrgInfo? orgInfo, dynamic onTapOrgInfo(OrgInfo)?, User? userInfo, dynamic onTapUserInfo()?, Function? onTapOption, Options? option})

Implementation

const CustomListTile({
required Key key,
required this.index,
required this.type,
this.showIcon = false,
this.orgInfo,
this.onTapOrgInfo,
this.userInfo,
this.onTapUserInfo,
this.onTapOption,
this.option,
}) : super(key: key);