NotiListViewTile constructor
const
NotiListViewTile({
- Key? key,
- String? title,
- required String content,
- double height = 102.0,
- double radius = 10.0,
- double elevation = 5,
- Color shadowColor = const Color(0x2b333333),
- double divideMargin = 10.0,
- double sidePadding = 15.0,
- double topBottomPadding = 19.0,
- double tileMinHeight = 100,
- double imageMaxWidth = 150,
- double imageMaxHeight = 150,
- double space = 12.0,
- NotiTileType notiTileType = NotiTileType.normal,
- Color imageBackgroundColor = const Color(0xffd9d9d9),
- double imageRatio = 1 / 1,
- String? imageAssets,
- TextStyle? titleStyle,
- TextStyle? contentStyle,
- bool isNew = false,
- VoidCallback? onTapDelete,
Implementation
const NotiListViewTile({
Key? key,
this.title,
required this.content,
this.height = 102.0,
this.radius = 10.0,
this.elevation = 5,
this.shadowColor = const Color(0x2b333333),
this.divideMargin = 10.0,
this.sidePadding = 15.0,
this.topBottomPadding = 19.0,
this.tileMinHeight = 100,
this.imageMaxWidth = 150,
this.imageMaxHeight = 150,
this.space = 12.0,
this.notiTileType = NotiTileType.normal,
this.imageBackgroundColor = const Color(0xffd9d9d9),
this.imageRatio = 1 / 1,
this.imageAssets,
this.titleStyle,
this.contentStyle,
this.isNew = false,
this.onTapDelete,
}) : super(key: key);