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