Home
last modified time | relevance | path

Searched refs:onBackground (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dcolor_scheme.dart32 @required this.onBackground,
45 assert(onBackground != null),
62 this.onBackground = Colors.black,
75 assert(onBackground != null),
92 this.onBackground = Colors.white,
105 assert(onBackground != null),
141 onBackground: primaryIsDark ? Colors.white : Colors.black,
196 /// and [onBackground] is recommended. See
198 final Color onBackground;
223 Color onBackground,
[all …]
Dsnack_bar.dart279 onBackground: colorScheme.background,
/third_party/flutter/flutter/packages/flutter/test/material/
Dcolor_scheme_test.dart23 expect(scheme.onBackground, const Color(0xff000000));
42 expect(scheme.onBackground, const Color(0xffffffff));
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_Ability.js88 this.onBackground = function () { method
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dapp.dart135 onBackground: kShrineBrown900,