Component - Data types (int, double, String, bool)
This Flutter widget shows examples of the four basic data types: int (whole numbers), double (decimal numbers), String (text), and bool (true or false). It displays their values on the screen in a simple list.