PageBuilder
Introduction
The PageBuilder
class is designed to facilitate the construction of material.Page
elements in a Flutter application. This class extends the ElementBuilder
class, providing a streamlined approach to building pages based on the application's requirements.
Class Definition
Last updated