i am change the background color of container using hexcode but showing error
Container( color: Color(‘#260033’), height: 150.0, width: double.infinity, child: Column( i want to use hex code to change the container color.pls help me regarding this. Container( color: Color(‘#260033’), // showing error on this line height: 150.0, width: double.infinity, child: Column( i want to change the background of container using this hex color code but unable to… Read More i am change the background color of container using hexcode but showing error