0 purchases
bicolor icon
bicolor_icon #
Flutter library for creating two tone icon, you can customize color/ratio/direction etc...
Getting Started #
Add package from github by adding the following to your pubspec.yaml, pub publication is added later.
dependencies:
bicolor_icon: ^0.0.2
copied to clipboard
Import the library in your file:
import 'package:bicolor_icon/bicolor_icon.dart';
copied to clipboard
Use the BicolorIcon like this:
BicolorIcon(
iconData: Icons.favorite,
iconSize: 50,
rate: 0.5,
beginAlignment: Alignment.centerLeft,
beginColor: Colors.pink,
endColor: Colors.white
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.