Flutter dar contenedor borde redondeado
Karel debedts estoy haciendo un Container()Le di un borde, pero sería bueno tener bordes redondeados. Esto es lo que tengo ahora: Container( width: screenWidth / 7, decoration: BoxDecoration( border: Border.all( color: Colors.red[500], ), ), child: Padding( padding: EdgeInsets.all(5.0), child: Column( children: <Widget>[ Text( ‘6’, style: TextStyle( color: Colors.red[500], fontSize: 25), ), Text( ‘sep’, style: TextStyle( …