1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 06:48:26 +00:00

Moves modal close button to left. (#55)

This commit is contained in:
Andrew Brogdon
2019-03-13 13:16:42 -07:00
committed by GitHub
parent 0431592bd6
commit d123c32f29
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import 'package:flutter/cupertino.dart';
import 'package:flutter/widgets.dart';
import 'package:veggieseasons/styles.dart';
/// Partially overlays and then blurs its child.
/// Partially overlays and then blurs its child's background.
class FrostedBox extends StatelessWidget {
const FrostedBox({
this.child,