getEffectiveColor method Null safety
- BuildContext context
Implementation
Color? getEffectiveColor(BuildContext context) {
return color ?? IndicatorTheme.of(context)!.color;
}
Color? getEffectiveColor(BuildContext context) {
return color ?? IndicatorTheme.of(context)!.color;
}