
如何讓circleavatar 放置在容器的頂部
uj5u.com熱心網友回復:
你可以用Stack這個。喜歡:
...
return Stack(
children: [
Positioned.filled( child:
Scaffold(
appBar: ...
body: Column([
DecoratedBox(
...
)
]),
)),
Positioned(
top: 24,
child:
CircleAvatar( child:
CachedNetworkImage(
...
),
),
),
],
);
類似的東西。
uj5u.com熱心網友回復:
試試下面的代碼希望它對你有幫助。請在
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/348661.html
