list_tile_more_customizable 1.0.0
list_tile_more_customizable: ^1.0.0 copied to clipboard
A ListTile with more customizable details, which provides more customizable functions, based on the traditional flutter ListTile.
1.0.0 - 2020-03-01 #
- Add TapDownDetails to onLongPress.
- Fixed null problem when onTap/onLongPress not used.
0.1.0 - 2020-03-01 #
- Support flutter 1.13.8-.
0.0.1 - 2020-03-01 #
- This project is a modified version of Flutter ListTile, which provides more customizable functions, with these functions, you can set the horizontalTitleGap and get the TapDownDetails when onTap occurred.