mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: member opus
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -14,10 +14,12 @@ import 'package:waterfall_flow/waterfall_flow.dart';
|
||||
class MemberOpus extends StatefulWidget {
|
||||
const MemberOpus({
|
||||
super.key,
|
||||
this.isSingle = false,
|
||||
required this.heroTag,
|
||||
required this.mid,
|
||||
});
|
||||
|
||||
final bool isSingle;
|
||||
final String? heroTag;
|
||||
final int mid;
|
||||
|
||||
@@ -46,6 +48,7 @@ class _MemberOpusState extends State<MemberOpus>
|
||||
slivers: [
|
||||
SliverPadding(
|
||||
padding: EdgeInsets.only(
|
||||
top: widget.isSingle ? 12 : 0,
|
||||
left: StyleString.safeSpace,
|
||||
right: StyleString.safeSpace,
|
||||
bottom: MediaQuery.paddingOf(context).bottom + 90,
|
||||
|
||||
Reference in New Issue
Block a user