InputExtensions extension

Input extension methods

on

Methods

defaultTextStyle({required TextStyle style, bool merge = true, Key? key, TextAlign? textAlign, bool softWrap = true, TextOverflow overflow = TextOverflow.clip, int? maxLines, TextWidthBasis textWidthBasis = TextWidthBasis.parent, TextHeightBehavior? textHeightBehavior}) Widget

Available on Widget, provided by the InputExtensions extension

The text style to apply to descendant Text widgets which don't have an explicit style.
rawKeyboardListener({required FocusNode focusNode, Key? key, bool autofocus = false, bool includeSemantics = true, ValueChanged<KeyEvent>? onKeyEvent}) Widget

Available on Widget, provided by the InputExtensions extension

A widget that calls a callback whenever the user presses or releases a key on a keyboard.