builder property

BuildCallback? builder
final

Works exactly as MaterialApp.builder. You can implement preset values manually from here as the given context has already been logged with presets. See MaterialApp.builder

Implementation

final BuildCallback? builder;