dev/fix-news #2
|
|
@ -109,7 +109,7 @@ class _DidvanTextFieldState extends State<DidvanTextField> {
|
|||
? TextDirection.ltr
|
||||
: TextDirection.rtl,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.fromLTRB(kIsWeb?8:8,kIsWeb?4:8,kIsWeb?8:0,kIsWeb?0:8),
|
||||
padding: const EdgeInsets.fromLTRB(kIsWeb?8:4,kIsWeb?4:4,kIsWeb?8:0,kIsWeb?0:8),
|
||||
child: Center(
|
||||
child: TextFormField(
|
||||
inputFormatters: <TextInputFormatter>[
|
||||
|
|
|
|||
Loading…
Reference in New Issue