You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
samples/web/github_dataviz/lib/constants.dart

10 lines
320 B

import 'package:flutter/material.dart';
import 'dart:ui';
class Constants {
static final Color backgroundColor = const Color(0xFF000020);
static final Color timelineLineColor = Color(0x60FFFFFF);
static final Color milestoneColor = Color(0x40FFFFFF);
static final Color milestoneTimelineColor = Colors.white;
}