cor e desabilitar edição dos campos
This commit is contained in:
@@ -4,9 +4,11 @@ class ColorPalette{
|
||||
static const Color red = Colors.red;
|
||||
static const Color primary = Color(0xff89dbf7);
|
||||
static const Color appBar = Color(0xff387ef5);
|
||||
static const Color edit = Color(0xff11bff1);
|
||||
static const Color secundary = Color(0xffcff1fc);
|
||||
static const Color border = Color(0xff78baf8);
|
||||
static const Color gray = Color(0xffababab);
|
||||
static const Color gray = Color(0xffbfbfbf);
|
||||
static const Color disable = Color(0xffdedede);
|
||||
static const Color grayBackground = Color(0xffd1d1e3);
|
||||
static const Color titleContainer = Color(0xffdedede);
|
||||
static const Color buttonDisable = Color(0xfffafcbfb);
|
||||
|
||||
@@ -15,7 +15,7 @@ class ConstVariable{
|
||||
List<String> RGUF = ['AC','AI','AL','AM','AN','AP','AS','BA','BY','CA','CB','CE','CH','CN','CO','DC','DF','ES','GD','GO','GU',
|
||||
'HU','IL','LA','LE','LI','LO','LT','MA','MG','MO','MS','MT','NB','NE','NW','NT','NY','OH','OU','PA','PB',
|
||||
'PE','PI','PO','PR','QH','RJ','RM','RN','RO','RR','RN','RO','RR','RS','SC','SE','SF','SJ','SP','TA','TO',
|
||||
'VC','XX','ZU','-','--'];
|
||||
'VC','XX','ZU','-','--',''];
|
||||
List<String> itensProceduresStart = [
|
||||
'ATENDIMENTO INDIVIDUAL',
|
||||
'VISTA DOMICILIAR'
|
||||
|
||||
Reference in New Issue
Block a user