mirror of
https://github.com/foss42/apidash.git
synced 2025-05-22 00:36:43 +08:00
Update request_pane.dart
This commit is contained in:
@ -63,17 +63,19 @@ class _RequestPaneState extends State<RequestPane>
|
|||||||
widget.codePaneVisible
|
widget.codePaneVisible
|
||||||
? Icons.code_off_rounded
|
? Icons.code_off_rounded
|
||||||
: Icons.code_rounded,
|
: Icons.code_rounded,
|
||||||
size: 20,
|
size: 18,
|
||||||
),
|
),
|
||||||
label: Text(
|
label: SizedBox(
|
||||||
|
width: 80,
|
||||||
|
child: Text(
|
||||||
widget.codePaneVisible
|
widget.codePaneVisible
|
||||||
? kLabelHideCode
|
? kLabelHideCode
|
||||||
: kLabelViewCode,
|
: kLabelViewCode,
|
||||||
textAlign: TextAlign.center,
|
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
maxLines: 1,
|
maxLines: 1,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user