Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 19, 2024
1 parent cf7bab2 commit b5e323b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/widgets/change_colors.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import 'package:flutter/material.dart';
/// child: Image.asset('myImage.png'),
/// );
/// ```
///
/// To achieve a greyscale effect, you may also use the
/// [ChangeColors.greyscale] constructor.
///
class ChangeColors extends StatelessWidget {
const ChangeColors({this.brightness = 0.0, this.hue = 0.0, required this.child, super.key});

Expand Down

0 comments on commit b5e323b

Please sign in to comment.