ajustes em diversos para exibir o calendário BR, ajuste para cadastro individual

This commit is contained in:
Reginaldo
2024-02-05 15:34:32 -03:00
parent 2450a76f4b
commit dd5a718083
14 changed files with 80 additions and 33 deletions

View File

@@ -40,9 +40,9 @@ class InputSearchText extends StatelessWidget {
fillColor: ColorPalette.appBar,
prefixIcon: Icon(Icons.search),
border: border?OutlineInputBorder():null,
// hintText: this.hint,
hintText: this.hint,
hintStyle: TextStyle(
color: Colors.black,
color: Colors.black87,
fontSize: this.fontSizeHint,
)
)