Search code examples
dartflutter

How to change color of a paginated datatable in flutter?


I managed to implement a paginated datatable in my flutter application, but now it display in a greyish color which i dont want. I want to appear white and the column headings in black color together with rows.How can i change the color of the datatable to white?

I already tried using the color property and it is not supported in paginated datatable. I also tried wrapping the datatable with a container and making the container white.

I expect the datatable(Recent Sessions) to be white in color.enter image description here


Solution

  • You can customize the PaginatedDataTable by changing the Card color to suit your needs.