small changes, updated readme

This commit is contained in:
Nishant Srivastava
2017-09-30 00:01:34 -07:00
parent 351b44db0e
commit 16b934585f
6 changed files with 14 additions and 9 deletions

View File

@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
LinearGradient getCustomGradient() {
// Define a Linear Gradient
return new LinearGradient(
colors: [Colors.lightBlueAccent, Colors.blueAccent],
colors: [Colors.pink, Colors.blueAccent],
begin: const FractionalOffset(0.0, 0.0),
end: const FractionalOffset(0.6, 0.0),
stops: [0.0, 0.6],