There are two types of widgets:

  •  StatelessWidget : A widget that does not require a mutable state.
  •  StatefulWidget: A widget that has a mutable state.