Component - Variables and type inference
This Flutter component shows how to declare variables using explicit types and type inference. It displays two texts: one with a variable declared with a type, and one with a variable where the type is inferred by the compiler.