surfaceVariant static method
Implementation
static Color surfaceVariant(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightSurfaceVariant
: darkSurfaceVariant;
}
static Color surfaceVariant(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightSurfaceVariant
: darkSurfaceVariant;
}