AlphabetsBarThemeData class
Constructors
- AlphabetsBarThemeData({Color backgroundColor = Colors.transparent, Color selectedBackgroundColor = Colors.transparent, TextStyle style = const TextStyle(fontSize: 12), TextStyle selectedStyle = const TextStyle(fontSize: 18, fontWeight: FontWeight.bold)})
-
const
Properties
- backgroundColor → Color
-
Background of unselected alphabet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedBackgroundColor → Color
-
Background of selected alphabet.
final
- selectedStyle → TextStyle
-
Text style of selected alphabet.
final
- style → TextStyle
-
Text style of unselected alphabet.
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