StatelessElement.build() vs StatefulElement.build()

Edward Jo
May 27, 2022

ComplementElement.performRebuild method calls the build method of StatelessElement or StatefulElement.

StatelessElement.build()

StatefulElement.build()

--

--