feat: update profile
This commit is contained in:
@@ -106,7 +106,11 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
||||
],
|
||||
),
|
||||
),
|
||||
titlePadding: const EdgeInsets.only(left: 16, bottom: 16),
|
||||
titlePadding: const EdgeInsets.only(
|
||||
left: 20,
|
||||
right: 12,
|
||||
bottom: 16,
|
||||
),
|
||||
background: AnimatedBuilder(
|
||||
animation: _headerAnimationController,
|
||||
builder: (context, child) {
|
||||
|
||||
Reference in New Issue
Block a user