State Management – Flutter Stateless Widget

A StatelessWidget in Flutter is a widget that doesn’t require a state change – it has no internal state to manage. Static View or only get updated when rebuild or refresh. Example: –