dialogBgColorValue property

  1. @override
String get dialogBgColorValue

Dialog background color (dark: #1e293b).

Implementation

@override
String get dialogBgColorValue =>
    component?.dialogBackgroundColor?.value ?? super.dialogBgColorValue;