add ios chat window border

Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
Sahil Yeole 2023-09-03 18:18:44 +05:30
parent 5b802e9edd
commit 969eeff636

View File

@ -400,7 +400,8 @@ void initState() {
Container(
width: _width,
height: _height,
child: widget.builder(context),
decoration: BoxDecoration(border: Border.all(color: MyTheme.border)),
child: widget.builder(context),
),
),
),