Clients
This commit is contained in:
parent
0951d111b2
commit
4f19fe77bc
|
|
@ -90,10 +90,14 @@ class ClientOverview extends StatelessWidget {
|
||||||
color: Colors.grey[800],
|
color: Colors.grey[800],
|
||||||
),
|
),
|
||||||
SizedBox(width: 10.0),
|
SizedBox(width: 10.0),
|
||||||
Text(
|
Flexible(
|
||||||
client.privateNotes,
|
child: Text(
|
||||||
style: TextStyle(
|
client.privateNotes,
|
||||||
color: Colors.grey[800],
|
maxLines: null,
|
||||||
|
//keyboardType: TextInputType.multiline,
|
||||||
|
style: TextStyle(
|
||||||
|
color: Colors.grey[800],
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue