Skip to content

Commit

Permalink
Updated row item
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusrp98 committed Apr 28, 2019
1 parent a2a1460 commit e576fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/row_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import 'package:flutter/material.dart';
/// the [negative] color when it's FALSE, and when its value is considered NULL,
/// it will pick the [empty] color.
class IconColor {
static const Color positive = Color(0xFF4CAF50);
static const Color negative = Color(0xFFF44336);
static const Color empty = Color(0xFF607D8B);
static const Color positive = Colors.green;
static const Color negative = Colors.red;
static const Color empty = Colors.blueGrey;
}

/// ROW ITEM WIDGET
Expand Down

0 comments on commit e576fb4

Please sign in to comment.