criada as telas register_home_screen.dart, register_individual_screen.dart e splash_screen.dart
This commit is contained in:
@@ -14,6 +14,7 @@ class DropdownWithSubtitle extends StatelessWidget {
|
||||
double widthContainerDropdown;
|
||||
List<String> list;
|
||||
var onChanged;
|
||||
Color colorBorder;
|
||||
|
||||
DropdownWithSubtitle({
|
||||
required this.subtitle,
|
||||
@@ -24,6 +25,7 @@ class DropdownWithSubtitle extends StatelessWidget {
|
||||
required this.hintDropdown,
|
||||
required this.onChanged,
|
||||
required this.list,
|
||||
this.colorBorder = ColorPalette.black54,
|
||||
});
|
||||
|
||||
@override
|
||||
@@ -47,7 +49,7 @@ class DropdownWithSubtitle extends StatelessWidget {
|
||||
Container(
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(5),
|
||||
border: Border.all(color: ColorPalette.black54)
|
||||
border: Border.all(color: colorBorder)
|
||||
),
|
||||
margin: EdgeInsets.symmetric(horizontal: 5),
|
||||
padding: EdgeInsets.symmetric(horizontal: 2),
|
||||
|
||||
Reference in New Issue
Block a user