Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 17, 2024
1 parent 728a2b7 commit 984bb1d
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,
Expand Down

0 comments on commit 984bb1d

Please sign in to comment.