upgrade packages
This commit is contained in:
@@ -70,17 +70,29 @@ class Bubble extends StatelessWidget {
|
||||
? [
|
||||
FcsIDIcon(),
|
||||
getMsg(context, icon),
|
||||
FlatButton(
|
||||
shape: RoundedRectangleBorder(
|
||||
TextButton(
|
||||
style: TextButton.styleFrom(
|
||||
backgroundColor:Colors.blue[50],
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(10.0),
|
||||
),
|
||||
color: Colors.blue[50],
|
||||
onPressed: () => _viewDetail(),
|
||||
)),
|
||||
onPressed: () {},
|
||||
child: Text(
|
||||
getLocalString(context, "message.view.detail"),
|
||||
style: TextStyle(
|
||||
color: primaryColor,
|
||||
fontWeight: FontWeight.bold)))
|
||||
// FlatButton(
|
||||
// shape: RoundedRectangleBorder(
|
||||
// borderRadius: BorderRadius.circular(10.0),
|
||||
// ),
|
||||
// color: Colors.blue[50],
|
||||
// onPressed: () => _viewDetail(),
|
||||
// child: Text(
|
||||
// getLocalString(context, "message.view.detail"),
|
||||
// style: TextStyle(
|
||||
// color: primaryColor,
|
||||
// fontWeight: FontWeight.bold)))
|
||||
]
|
||||
: [
|
||||
Text(isCustomer ? "FCS Team" : sender ?? "",
|
||||
|
||||
Reference in New Issue
Block a user