ui backbone
This commit is contained in:
parent
3e374d24f6
commit
b7045fc242
24 changed files with 918 additions and 73 deletions
|
@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||
|
||||
abstract class ConstColours {
|
||||
/// Smoke Gray => a neutral grey with neutral warmth/cold
|
||||
static const imageBackgroundColour = Color.fromRGBO(127, 127, 125, 1.0);
|
||||
static const galleryBackgroundColour = Color.fromRGBO(127, 127, 125, 1.0);
|
||||
|
||||
static const white = Colors.white;
|
||||
static const black = Colors.black;
|
||||
|
|
|
@ -4,6 +4,6 @@ abstract class ConstValues {
|
|||
static const List<String> backendUrlPathSegments = ['user', 'c_v_r'];
|
||||
|
||||
static const int numberOfImages = 20;
|
||||
static const int minImageSize = 100;
|
||||
static const int maxImageSize = 250;
|
||||
static const int minImageSize = 50;
|
||||
static const int maxImageSize = 100;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue