Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpizza committed Oct 24, 2024
1 parent b7bca97 commit 562261a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/views/abstract.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import 'dart:async';
import 'package:cupcake/l10n/app_localizations.dart';
import 'package:cupcake/view_model/abstract.dart';
import 'package:flutter/material.dart';
import 'package:cupcake/gen/assets.gen.dart';
import 'package:flutter_svg/svg.dart';

// Since there is no performance penalty for using stateful widgets I would just
Expand Down Expand Up @@ -107,7 +106,8 @@ class CupcakeAppbarTitle extends StatelessWidget {
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
SvgPicture.asset("assets/icons/icon-white.svg", height: 32, width: 32, color: Colors.white),
SvgPicture.asset("assets/icons/icon-white.svg",
height: 32, width: 32, color: Colors.white),
const SizedBox(
width: 12,
),
Expand Down

0 comments on commit 562261a

Please sign in to comment.