9월, 2021의 게시물 표시

flutter ListView paddind setting

이미지
  ListView padding setting을 안하는 경우 자동으로 설정 되므로 이를 수정 해야 한다. child: Container ( color: Color ( 0xffFFFFFF ) , child: ListView ( // padding: EdgeInsets.fromLTRB(0, 4, 0, 18), scrollDirection: Axis. vertical , shrinkWrap: true, children: <Widget>[ Container ( padding: EdgeInsets . fromLTRB ( 16 , 0 , 16 , 0 ) , child: Column ( children: <Widget>[ Container ( height: 66 , child: DottedBorder ( dashPattern: [ 2 , 2 ] , strokeWidth: 1 , borderType: BorderType. RRect , radius: Radius . circular ( 8 ) , color: Color ( 0xffDDDDDD ) , child: Row ( mainAxisAlignment: MainAxisAlignment. spaceBetween , crossAxisAlignment: CrossAxisAlignment. center , children: <Widget>[