surfaceElevated static method
Implementation
static Color surfaceElevated(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightSurfaceElevated
: darkSurfaceElevated;
}
static Color surfaceElevated(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightSurfaceElevated
: darkSurfaceElevated;
}