基础组件库
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
260 B

  1. import 'package:flutter/material.dart';
  2. import 'package:zhiying_comm/zhiying_comm.dart';
  3. ///
  4. /// 通用模块的搜索栏
  5. ///
  6. class CustomSearchWidget extends StatelessWidget {
  7. @override
  8. Widget build(BuildContext context) {
  9. return Container();
  10. }
  11. }