update ios project
update ios project
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class BottomBlock extends StatelessWidget {
|
||||
const BottomBlock({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
height: 100,
|
||||
color: Colors.transparent,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user