borderSubtle static method
Implementation
static Color borderSubtle(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightBorderSubtle
: darkBorderSubtle;
}
static Color borderSubtle(BuildContext context) {
return Theme.of(context).brightness == Brightness.light
? lightBorderSubtle
: darkBorderSubtle;
}