mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 14:28:51 +00:00
Add flutter_web samples (#75)
This commit is contained in:
committed by
Andrew Brogdon
parent
42f2dce01b
commit
3fe927cb29
9
web/github_dataviz/lib/constants.dart
Normal file
9
web/github_dataviz/lib/constants.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter_web/material.dart';
|
||||
import 'package:flutter_web_ui/ui.dart';
|
||||
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user