useInputDecoratorThemeInDialogs property

bool? useInputDecoratorThemeInDialogs
final

Set to true to use the app overall app InputDecoration theme in dialogs themes.

Currently only applies to TimePickerThemeData, will later also be used by DatePickerDialog theme when it becomes supported.

If not defined, defaults to false.

Implementation

final bool? useInputDecoratorThemeInDialogs;