Skip to content

Commit

Permalink
fix: visibility bug
Browse files Browse the repository at this point in the history
remove alignments
  • Loading branch information
FritzMatthaeus committed Jan 2, 2025
1 parent c44f4be commit 2dbf20e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/patrol_finders/lib/src/custom_finders/utils.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:flutter/material.dart';

/// Makes it possible to retrieve a name that this [Symbol] was created with.
extension SymbolName on Symbol {
/// Returns the name that this [Symbol] was created with.
Expand All @@ -11,16 +9,3 @@ extension SymbolName on Symbol {
return symbol.substring(8, symbol.length - 2);
}
}

/// List of all [Alignment] values.
const alignments = [
Alignment.center,
Alignment.bottomCenter,
Alignment.bottomLeft,
Alignment.bottomRight,
Alignment.centerLeft,
Alignment.centerRight,
Alignment.topCenter,
Alignment.topLeft,
Alignment.topRight,
];

0 comments on commit 2dbf20e

Please sign in to comment.