textConfigYellow property

TextPaint textConfigYellow
final

textConfig used to show FPS

Implementation

final textConfigYellow = TextPaint(
  style: TextStyle(color: Colors.yellow, fontSize: 14),
);