better linting
This commit is contained in:
parent
c7324a6b19
commit
aa31a79d20
26 changed files with 163 additions and 131 deletions
|
@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||
|
||||
abstract class ConstColours {
|
||||
/// Smoke Gray => a neutral grey with neutral warmth/cold
|
||||
static const galleryBackgroundColour = Color.fromRGBO(127, 127, 125, 1.0);
|
||||
static const galleryBackgroundColour = Color.fromRGBO(127, 127, 125, 1);
|
||||
static const red = Colors.red;
|
||||
|
||||
static const white = Colors.white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue