|
|
|
@ -275,7 +275,7 @@ class _CommonAppbarState extends State<CommonAppbar> {
|
|
|
|
"Powered by Cloud Solutions",
|
|
|
|
"Powered by Cloud Solutions",
|
|
|
|
maxLines: 1,
|
|
|
|
maxLines: 1,
|
|
|
|
textAlign: TextAlign.right,
|
|
|
|
textAlign: TextAlign.right,
|
|
|
|
style: TextStyle(fontSize: 14),
|
|
|
|
style: TextStyle(fontSize: 14,color: Colors.black87),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
SizedBox(width: 8),
|
|
|
|
SizedBox(width: 8),
|
|
|
|
SvgPicture.asset("assets/logos/cloud_logo.svg", width: 30, height: 30)
|
|
|
|
SvgPicture.asset("assets/logos/cloud_logo.svg", width: 30, height: 30)
|
|
|
|
|