OTPStyle class

Constructors

OTPStyle({double maxHeight = 50, double maxWidth = 50, double space = 10, bool isDense = true, Color? cursorColor, double? cursorHeight, Radius? cursorRadius, double cursorWidth = 2, InputBorder? inputBorder, TextStyle? style})

Properties

cursorColor Color?
final
cursorHeight double?
final
cursorRadius Radius?
final
cursorWidth double
final
hashCode int
The hash code for this object.
no setterinherited
inputBorder InputBorder?
final
isDense bool
final
maxHeight double
final
maxWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
space double
final
style TextStyle?
final

Methods

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.
inherited