getStrokeColor method

Color getStrokeColor({
  1. bool background = false,
})

Implementation

Color getStrokeColor({bool background = false}) {
  return getStrokeColors(background: background).first;
}