mapa de calor ?
This commit is contained in:
@@ -11,10 +11,10 @@ class BasketTrackHeader extends StatelessWidget {
|
||||
return Column(
|
||||
children: [
|
||||
SizedBox(
|
||||
width: 300 * context.sf, // Ajusta o tamanho da imagem suavemente
|
||||
height: 300 * context.sf,
|
||||
width: 200 * context.sf, // Ajusta o tamanho da imagem suavemente
|
||||
height: 200 * context.sf,
|
||||
child: Image.asset(
|
||||
'assets/playmaker-logo.png',
|
||||
'assets/playmaker-logos.png',
|
||||
fit: BoxFit.contain,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user