Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
letsar committed Jul 10, 2022
1 parent 9c82ca2 commit 373e1aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/layouts/sliver_patterned_grid_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';

@immutable

/// Represents the geometries of each tile of a pattern.
@immutable
class SliverPatternGridGeometries {
/// Creates a [SliverPatternGridGeometries].
const SliverPatternGridGeometries({
Expand Down

0 comments on commit 373e1aa

Please sign in to comment.