Bryan Cancel
                                            Bryan Cancel
                                        
                                    Clearly as its working now is good enough for some people but I would really love it if there was an option to have the wave die when the value...
``` import 'package:flutter/material.dart'; import 'package:sticky_headers/sticky_headers/widget.dart'; //-----Start App void main() => runApp(MyApp()); //-----Entry Point class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return StatelessLink(); } } //-----Statless Link Required...
right now I'm having to do some very annoying stuff because my modals and the rest of my app have a different theme my app is dark mode but I...
Before I ask my question... the explanation of what I'm trying to achieve... * IM BUILDING a custom contact picker I have headers for each section A, B, etc... I...
Before I ask my question... the explanation of what I'm trying to achieve... * IM BUILDING a custom contact picker I have headers for each section A, B, etc... I...
Cyan + Yellow = Green but... Magenta + Yellow != Red Cyan + Magenta != Blue best SIMPLE solution I have found so far... it converts to RBY then mixes......