BottomInlineStyle class

Defines styling options for the bottom line in the PadType.bottomLine keypad.

Constructors

BottomInlineStyle({Color? unfillColor, Color? focusColor, Color? filledColor})
Creates a new BottomInlineStyle instance.

Properties

filledColor Color?
Color used for the filled portion of the bottom line (optional).
final
focusColor Color?
Color used for the focused key's section of the bottom line (optional).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unfillColor Color?
Color used for the unfilled portion of the bottom line (optional).
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