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