1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-09 06:18:49 +00:00

Update CI project list (#1583)

This commit is contained in:
Brett Morgan
2023-01-22 15:20:42 +11:00
committed by GitHub
parent 6bd2d930bb
commit be309ecc07
112 changed files with 166 additions and 15758 deletions

View File

@@ -6,9 +6,9 @@ import 'platform_selector.dart';
class CustomMenuPage extends StatelessWidget {
CustomMenuPage({
Key? key,
super.key,
required this.onChangedPlatform,
}) : super(key: key);
});
static const String route = 'custom-menu';
static const String title = 'Custom Menu';
@@ -49,8 +49,7 @@ class CustomMenuPage extends StatelessWidget {
controller: _controller,
maxLines: 4,
minLines: 2,
contextMenuBuilder:
(BuildContext context, EditableTextState editableTextState) {
contextMenuBuilder: (context, editableTextState) {
return _MyContextMenu(
anchor: editableTextState.contextMenuAnchors.primaryAnchor,
children: AdaptiveTextSelectionToolbar.getAdaptiveButtons(