mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
add ios chat window border
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
@@ -400,6 +400,7 @@ void initState() {
|
|||||||
Container(
|
Container(
|
||||||
width: _width,
|
width: _width,
|
||||||
height: _height,
|
height: _height,
|
||||||
|
decoration: BoxDecoration(border: Border.all(color: MyTheme.border)),
|
||||||
child: widget.builder(context),
|
child: widget.builder(context),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user