sectionBar static method
Implementation
static Color sectionBar(ColorScheme colorScheme, {required bool subtle}) {
return subtle ? colorScheme.outlineVariant : colorScheme.primary;
}
static Color sectionBar(ColorScheme colorScheme, {required bool subtle}) {
return subtle ? colorScheme.outlineVariant : colorScheme.primary;
}