Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-07-21 07:58:13 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/appflowy_flutter/lib/plugins/base/drag_handler.dart

21 lines
429 B
Dart
Raw Normal View History

feat: support select / multi select option (#4039) * feat: implement select option cell * feat: support adding new select option * feat: support selecting / deselecting option * feat: clear search field after adding new property * feat: support updating option name
2023-11-29 09:38:53 +08:00
import 'package:flutter/material.dart';
chore: adjust show mobile bottom sheet (#4689)
2024-02-21 21:06:46 +08:00
class DragHandle extends StatelessWidget {
const DragHandle({
feat: support select / multi select option (#4039) * feat: implement select option cell * feat: support adding new select option * feat: support selecting / deselecting option * feat: clear search field after adding new property * feat: support updating option name
2023-11-29 09:38:53 +08:00
super.key,
});
@override
Widget build(BuildContext context) {
return Container(
height: 4,
width: 40,
feat: action sheet revamp (#4497)
2024-01-26 00:33:45 +08:00
margin: const EdgeInsets.symmetric(vertical: 6),
feat: support select / multi select option (#4039) * feat: implement select option cell * feat: support adding new select option * feat: support selecting / deselecting option * feat: clear search field after adding new property * feat: support updating option name
2023-11-29 09:38:53 +08:00
decoration: BoxDecoration(
color: Colors.grey.shade400,
borderRadius: BorderRadius.circular(2),
),
);
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 294ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API