September 2019
Beginner
512 pages
12h 52m
English
Using widgets as they are by default is sufficient to make a nice-looking Flutter app, but extending the widgets with transformations in layout, such as opacity, rotations, and decorations, can make the UX improve further. In this chapter, you will learn how to add those transformations to a widget. Also, you will learn how to modify a widget by adding graphical transformations to it with the Transform class and use the canvas to draw a custom widget.
The following topics will be covered in this chapter:
Read now
Unlock full access