statusBarColorBuilder property

(Color? Function(ThemeData?)?) statusBarColorBuilder
final

A builder function that provides you with the new selected theme that expects you to return a color for the status bar.

Implementation

final Color? Function(ThemeData?)? statusBarColorBuilder;