BlockInputStyle class

Mixed in types
Annotations

Constructors

BlockInputStyle({Color? backgroundColor = Colors.white, EdgeInsets? padding = const EdgeInsets.all(10), EdgeInsets? margin = const EdgeInsets.all(5), bool? isExtended = false, InputBorder? border = const OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(8)), borderSide: BorderSide(color: Colors.black, width: 2.0)), InputBorder? focusedBorder = const OutlineInputBorder(borderRadius: BorderRadius.all(Radius.circular(8)), borderSide: BorderSide(color: Colors.black, width: 2.0)), TextStyle? textStyle = const TextStyle(fontSize: 19), double? width = 42, BlockKeyboardStyle? keyboardStyle})
const

Properties

backgroundColor Color?
final
border InputBorder?
final
focusedBorder InputBorder?
final
hashCode int
The hash code for this object.
no setterinherited
isExtended bool?
final
keyboardStyle BlockKeyboardStyle?
final
margin EdgeInsets?
final
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
final
width double?
final

Methods

apply() BlockInputStyle
compareTo() BlockInputStyle
copyWith() BlockInputStyle
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
merge() BlockInputStyle
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited