[Flutter] Use Random() to set component color randomly
If Flutter, if we want to randomly to set the component’s color, we can use Random()
to do it. It is not a very useful effect, but it is very funny.
If Flutter, if we want to randomly to set the component’s color, we can use Random()
to do it. It is not a very useful effect, but it is very funny.
If we are developing an App by Flutter, maybe sometimes we can build a simple sidebar to let users configure their settings.
Read More »[Flutter] Use Drawer component to set a sidebar