Skip to content

Commit f892292

Browse files
committed
different positions of toast is in progress
1 parent ce84396 commit f892292

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import 'package:flutter/material.dart';
2+
3+
4+
class FloatingWidget extends StatefulWidget {
5+
@override
6+
_FloatingWidgetState createState() => _FloatingWidgetState();
7+
}
8+
9+
class _FloatingWidgetState extends State<FloatingWidget> {
10+
@override
11+
Widget build(BuildContext context) {
12+
return Container();
13+
}
14+
}

0 commit comments

Comments
 (0)