KeyboardShortcutTheme class
Theme for keyboard shortcut displays.
Constructors
- 
          KeyboardShortcutTheme({double? spacing, EdgeInsetsGeometry? keyPadding, List<BoxShadow> ? keyShadow})
- 
          Creates a KeyboardShortcutTheme.
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- keyPadding → EdgeInsetsGeometry?
- 
  Padding inside each key display.
  final
- 
  keyShadow
  → List<BoxShadow> ?
- 
  Shadow applied to key displays.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- spacing → double?
- 
  Spacing between keys.
  final
Methods
- 
  copyWith({ValueGetter< double?> ? spacing, ValueGetter<EdgeInsetsGeometry?> ? keyPadding, ValueGetter<List< ? keyShadow}) → KeyboardShortcutThemeBoxShadow> ?>
- Creates a copy with the given values replaced.
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override