Bacancy Technology
Bacancy Technology represents the connected world, offering innovative and customer-centric information technology experiences, enabling Enterprises, Associates and the Society to Rise™.
12+
Countries where we have happy customers
1050+
Agile enabled employees
06
World wide offices
12+
Years of Experience
05
Agile Coaches
14
Certified Scrum Masters
1000+
Clients projects
1458
Happy customers
Artificial Intelligence
Machine Learning
Salesforce
Microsoft
SAP
January 5, 2024
Use the border and borderRadius property of BoxDecoration to define the rounded corners of the border. You can set:
Ex1.
Container( height: 200, width: 200, decoration: BoxDecoration( border: Border.all( color: Colors.yellow, width: 5.0, ), borderRadius: BorderRadius.circular(10.0), // Uniform radius ), )
Output :