kechankrisna / flutter_responsive_table

BSD 2-Clause "Simplified" License
60 stars 25 forks source link

change item divider color #20

Closed mbfakourii closed 2 years ago

mbfakourii commented 2 years ago

hi how cheng item divider color

Screenshot 2022-02-18 152322

kechankrisna commented 2 years ago

version: 0.2.0+2 just release with these options:

mbfakourii commented 2 years ago

fixed ! tanks

headerDecoration: const BoxDecoration(border: Border(bottom: BorderSide(color: Colors.yellow, width: 1))),
rowDecoration: const BoxDecoration(border: Border(bottom: BorderSide(color: Colors.yellow, width: 1))),