BlockKeyboardStyle constructor

const BlockKeyboardStyle({
  1. TextStyle? textStyle,
  2. Color? keyColor,
  3. Color? backgroundColor,
  4. ShapeBorder? keyShape,
  5. double? width = 40,
  6. double? height = 40,
})

Implementation

const BlockKeyboardStyle({
  this.textStyle,
  this.keyColor,
  this.backgroundColor,
  this.keyShape,
  this.width = 40,
  this.height = 40,
});