基础组件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
187 B

  1. import 'package:flutter/material.dart';
  2. ///
  3. /// 搜索页
  4. ///
  5. class SreachPage extends StatelessWidget {
  6. @override
  7. Widget build(BuildContext context) {
  8. return Container();
  9. }
  10. }