Refactor member page (#3)

* refactor: member page

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip
This commit is contained in:
bggRGjQaUbCoE
2024-10-17 11:18:59 +08:00
committed by GitHub
parent 270bf0a4b6
commit f77088b870
205 changed files with 70072 additions and 119 deletions

View File

@@ -24,6 +24,7 @@ class NetworkImgLayer extends StatelessWidget {
this.semanticsLabel,
this.ignoreHeight,
this.radius,
this.imageBuilder,
});
final String? src;
@@ -37,6 +38,7 @@ class NetworkImgLayer extends StatelessWidget {
final String? semanticsLabel;
final bool? ignoreHeight;
final double? radius;
final ImageWidgetBuilder? imageBuilder;
@override
Widget build(BuildContext context) {
@@ -84,6 +86,7 @@ class NetworkImgLayer extends StatelessWidget {
placeholder(context),
placeholder: (BuildContext context, String url) =>
placeholder(context),
imageBuilder: imageBuilder,
),
)
: placeholder(context);