remove 'memories' title on header of home tab
This commit is contained in:
parent
57dc3742ca
commit
d62d7d0743
1 changed files with 0 additions and 24 deletions
|
@ -5,7 +5,6 @@ import "package:photos/core/event_bus.dart";
|
|||
import "package:photos/events/memories_setting_changed.dart";
|
||||
import 'package:photos/models/memory.dart';
|
||||
import 'package:photos/services/memories_service.dart';
|
||||
import "package:photos/theme/ente_theme.dart";
|
||||
import 'package:photos/ui/home/memories/memory_cover_widget.dart';
|
||||
|
||||
class MemoriesWidget extends StatefulWidget {
|
||||
|
@ -52,29 +51,6 @@ class _MemoriesWidgetState extends State<MemoriesWidget> {
|
|||
return Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 12.0),
|
||||
child: Stack(
|
||||
alignment: Alignment.centerRight,
|
||||
children: [
|
||||
const RotationTransition(
|
||||
turns: AlwaysStoppedAnimation(20 / 360),
|
||||
child: Icon(
|
||||
Icons.favorite_rounded,
|
||||
color: Color.fromRGBO(0, 179, 60, 0.3),
|
||||
size: 32,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(right: 16),
|
||||
child: Text(
|
||||
"Memories",
|
||||
style: getEnteTextTheme(context).body,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 12,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue