mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Consolidated Flutter 3.3 update (#1401)
This commit is contained in:
@@ -697,22 +697,17 @@ class BasicTextInputClientState extends State<BasicTextInputClient>
|
||||
<ShortcutActivator, Intent>{
|
||||
// Activation
|
||||
const SingleActivator(LogicalKeyboardKey.space):
|
||||
// ignore: prefer_const_constructors
|
||||
DoNothingAndStopPropagationIntent(),
|
||||
const DoNothingAndStopPropagationIntent(),
|
||||
|
||||
// Scrolling
|
||||
const SingleActivator(LogicalKeyboardKey.arrowUp):
|
||||
// ignore: prefer_const_constructors
|
||||
DoNothingAndStopPropagationIntent(),
|
||||
const DoNothingAndStopPropagationIntent(),
|
||||
const SingleActivator(LogicalKeyboardKey.arrowDown):
|
||||
// ignore: prefer_const_constructors
|
||||
DoNothingAndStopPropagationIntent(),
|
||||
const DoNothingAndStopPropagationIntent(),
|
||||
const SingleActivator(LogicalKeyboardKey.arrowLeft):
|
||||
// ignore: prefer_const_constructors
|
||||
DoNothingAndStopPropagationIntent(),
|
||||
const DoNothingAndStopPropagationIntent(),
|
||||
const SingleActivator(LogicalKeyboardKey.arrowRight):
|
||||
// ignore: prefer_const_constructors
|
||||
DoNothingAndStopPropagationIntent(),
|
||||
const DoNothingAndStopPropagationIntent(),
|
||||
};
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user