You are on page 1of 1

Widget Lifecycle

Stateless Widgets Stateful Widgets

Constructor Function Constructor Function

initState()

build()

setState()

didUpdateWidget()
build()
build()

dispose()

You might also like