1

What would happen if we converted a stateless widget to a stateful widget? Is there any performance issue?

Hamed
  • 5,867
  • 4
  • 32
  • 56

1 Answers1

0

If your widget remains static then you can use stateless widget otherwise you can use stateful widgets.

there is no performance issues, in my opinion

Saad Ahmed
  • 700
  • 1
  • 8
  • 15