ajustes no front e finalizado o salvamento dos dados no DB
This commit is contained in:
@@ -5,6 +5,7 @@ import '../config/const_variable.dart';
|
||||
class InputSearchText extends StatelessWidget {
|
||||
var controller;
|
||||
double fontSize;
|
||||
double fontSizeHint;
|
||||
String hint;
|
||||
double width;
|
||||
Color color;
|
||||
@@ -15,6 +16,7 @@ class InputSearchText extends StatelessWidget {
|
||||
required this.controller,
|
||||
required this.width,
|
||||
this.fontSize = 15.0,
|
||||
this.fontSizeHint = 15.0,
|
||||
this.hint = '',
|
||||
this.color = ColorPalette.white,
|
||||
this.border = true,
|
||||
@@ -41,7 +43,7 @@ class InputSearchText extends StatelessWidget {
|
||||
hintText: this.hint,
|
||||
hintStyle: TextStyle(
|
||||
color: Colors.black,
|
||||
fontSize: this.fontSize,
|
||||
fontSize: this.fontSizeHint,
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user