Welcome to the Flutter feedback portal. We’re happy you’re here! If you have feedback on how to improve the Flutter, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
I was trying to apply conditional styling to row.
Condition => If the balance bigger than 0, make the background red.
But the style is applying on previous row.
The style should apply on which is pass to condition.
On the documentation, code and screen shot has this bug too.