mirror of https://github.com/flutter/pinball.git
parent
490098a0dd
commit
3262c5f8a0
@ -1,19 +1,15 @@
|
||||
// ignore_for_file: public_member_api_docs
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Defines the color palette for the App UI Kit.
|
||||
abstract class AppColors {
|
||||
/// White color.
|
||||
static const Color white = Color(0xFFFFFFFF);
|
||||
|
||||
/// Dark blue color.
|
||||
static const Color darkBlue = Color(0xFF0C32A4);
|
||||
|
||||
/// Orange color.
|
||||
static const Color orange = Color(0xFFFFEE02);
|
||||
|
||||
/// Blue color.
|
||||
static const Color blue = Color(0xFF4B94F6);
|
||||
|
||||
/// Transparent color.
|
||||
static const Color transparent = Color(0x00000000);
|
||||
}
|
||||
|
Loading…
Reference in new issue