skip to Main Content

how do i align the icon totally in between the circular button? – Flutter

Container( height: 55, width: 55, decoration: const BoxDecoration( shape: BoxShape.circle, border: Border.symmetric( horizontal: BorderSide( color: Colors.black, width: 2.0, style: BorderStyle.solid, ), vertical: BorderSide( color: Colors.black, width: 2.0, style: BorderStyle.solid, ), ), boxShadow: [ BoxShadow( color: Colors.black, offset: Offset(3.5, 3.5), blurRadius:…

VIEW QUESTION
Back To Top
Search