Flutter has a big focus on UI, and because of this, it contains a large catalog of widgets to allow the construction of customized interfaces according to your needs.
The available widgets of Flutter go from simple ones, such as the Text widget in the Flutter counter application example, to complex widgets that help to design dynamic UI with animations and multiple gesture handling.