mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
removed useless buttonShape
This commit is contained in:
parent
bf0e0d20c3
commit
561d2bfb1f
@ -49,11 +49,6 @@ enum MouseFocusScope {
|
||||
none
|
||||
}
|
||||
|
||||
final buttonShape =
|
||||
MaterialStateProperty.all<RoundedRectangleBorder>(RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(18.0),
|
||||
));
|
||||
|
||||
class FileManagerPage extends StatefulWidget {
|
||||
const FileManagerPage({Key? key, required this.id, this.forceRelay})
|
||||
: super(key: key);
|
||||
@ -1066,7 +1061,6 @@ class _FileManagerPageState extends State<FileManagerPage>
|
||||
? MyTheme.accent80
|
||||
: MyTheme.accent,
|
||||
),
|
||||
shape: buttonShape,
|
||||
),
|
||||
onPressed: validItems(selectedItems)
|
||||
? () {
|
||||
|
Loading…
Reference in New Issue
Block a user