builder property

Widget Function(ColorScheme? lightDynamic, ColorScheme? darkDynamic) builder
final

Builds the child widget of this widget, providing a light and dark ColorScheme.

The ColorSchemes will be null if dynamic color is not supported on the platform, or if the OS has yet to respond.

Implementation

final Widget Function(
  ColorScheme? lightDynamic,
  ColorScheme? darkDynamic,
) builder;