RouterConfigBuilder
Introduction
The RouterConfigBuilder
class is designed to facilitate the construction of material.RouterConfig<Object>
elements in a Flutter application. This class extends the ElementBuilder
class, providing a streamlined approach to building router configurations based on the application's requirements.
Class Definition
Last updated