mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
enhanced design of AqiLocation
.
This commit is contained in:
@ -11,7 +11,10 @@ class AqiLocation extends StatelessWidget {
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
decoration: subSectionContainerDecoration.copyWith(boxShadow: const []),
|
decoration: subSectionContainerDecoration.copyWith(
|
||||||
|
boxShadow: const [],
|
||||||
|
borderRadius: BorderRadius.circular(10),
|
||||||
|
),
|
||||||
padding: const EdgeInsetsDirectional.all(10),
|
padding: const EdgeInsetsDirectional.all(10),
|
||||||
child: Row(
|
child: Row(
|
||||||
spacing: 10,
|
spacing: 10,
|
||||||
|
Reference in New Issue
Block a user