Created
May 8, 2019 12:58
-
-
Save Blasanka/4f9108dc484d659bf6efaa47c9e62a8d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Material( | |
shape: CircleBorder(), | |
color: kinderm8Theme.Colors.appdarkcolour, | |
child: Container( | |
width: 60.0, | |
height: 60.0, | |
padding: const EdgeInsets.all(8.0), | |
child: decideDeleteOrSendActionWidget(), | |
)), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment