Gradient-Widgets
Gradient-Widgets copied to clipboard
Flutter widgets wrapped with gradients
When the GradientButton put in Column and set the CrossAxisAlignment to stretch the GradientButton doesn't stretch like standard widgets, How we should set the width and height
Support RTL for gradient progress indicator by using TextDirection
Is Icon going to be supported also for the gradient class as I think it will look very nice on apps.
elevation: 1.0, shadowColor: Colors.black, GradientCard  Default Card  [✓] Flutter (Channel dev, v1.7.11, on Mac OS X 10.14.5 18F132)
On android 5 button looks so(You must to scroll up to see a button):  But on android 7+ works fine: 
Is AppBar going to be supported also for the gradient class as I think it will look very nice on apps.
- Added Gradient Appbar - Android example migrated to v2
/C:/Users/admin/AppData/Local/Pub/Cache/hosted/pub.dev/gradient_widgets-0.6.0/lib/src/gradient_widget.dart:104:73: Error: The getter 'button' isn't defined for the class 'TextTheme'. - 'TextTheme' is from 'package:flutter/src/material/text_theme.dart' ('/C:/flutter/packages/flutter/lib/src/material/text_theme.dart'). Try correcting the name to the name of an existing getter, or defining...