updated tranparency only to label background
This commit is contained in:
@ -93,17 +93,14 @@ class MapWidget extends StatelessWidget {
|
||||
],
|
||||
)),
|
||||
),
|
||||
Opacity(
|
||||
opacity: 0.6,
|
||||
child: Container(
|
||||
color: Colors.white.withOpacity(0.6),
|
||||
Container(
|
||||
color: Colors.white.withOpacity(0.4),
|
||||
child: Text(TextUtils.getDisplayTextFeture(i),
|
||||
style: const TextStyle(
|
||||
fontSize: 16,
|
||||
fontWeight: FontWeight.bold,
|
||||
color: Colors.red,
|
||||
))),
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user